BODY  {
   font-family : "Verdana", "Arial", "Helvetica", sans-serif; 
   color : #000000; 
   background : #FFFFFF fixed; 
   text-align : justify; 
 }
A:visited  {
   font-weight : bold; 
   color : #0000FF; 
   background : #FFFFFF; 
   text-decoration : none; 
 }
A:link  {
   font-weight : bold; 
   color : #0000FF; 
   background : #FFFFFF; 
   text-decoration : none; 
 }
A:active  {
   color : #0000FF; 
   background : #FFFFFF; 
   text-decoration : none; 
   border-width : thin; 
   border-style : solid; 
   border-color : #0000FF; 
 }
A:hover {
   color: #3333FF;
   background: #FFFFFF;
   text-decoration: underline;
}
