body {
  color: #9933CC;
}
a {
  text-decoration: none;
  color: #663399;
}

a:visited {
   color: #006699;
}

a:hover {
  color: #CC6699;
}
h1
 {
 background-color: #CC0099;
 margin: 20px;
 color: #FFF0FE;
 font: bold;
 font-family: Arial;
 font-size: x-large;
 text-align: center;

}
h2 {
background-color : #660099;
color: #FF99CC;
height: 20px;
font-size : 12px;
font-family : Arial;
font-weight : bold;
text-align : justify;
position : relative;
margin-left : 5px;
margin-right : 5px;

}
h3 {
font-size : 10px;
color: #003366;
font-family : Arial;
font-weight: normal;
text-align : center;
}
