


a:link {
text-decoration : none; 
color : #000099; 
background :
transparent; 
}

A:visited { 
text-decoration : none; 
color : #6666FF; 
background :
transparent;
 } 

A:hover {
 text-decoration : none; 
color : #CC0000;
 background : #FFFF66;
;}
a:active {  font-weight: bold}
body {  font-family: Georgia, "Times New Roman", Times, serif}

