BODY {
   font-family : Verdana, Arial, sans-serif;
   color : #000000;
   background : #eeeeff;
   margin : 40px;
}


.title {
   font-size : large;
   font-weight : bold;
}


A:visited {
   color : #3399ff;
}


A:link {
   color : #3333ff;
}


A:hover {
   text-decoration : underline;
}


A:active {
   color : #9999ff;
}


A {
   font-weight : bold;
   color : #3333ff;
   text-decoration : none;
}



