body {
  color: #9933CC;
}
a {
  text-decoration: none;
  color: #9933CC;
}
a:visited {
   color: #660099;
}
a:hover {
  color: #FF66CC;
}
h1  {
 background-color: #CC0099;
 margin: 20px;
 color: #FFF0FE;
 font: bold;
 font-family: Arial;
 font-size: x-large;
 text-align: center;
}
h3 {
font-size : 10px;
color: #003366;
font-family : Arial;
font-weight: normal;
text-align : center;
}