BODY, FONT, TD, P, DIV, INPUT, TEXTAREA, FORM, SELECT
   {	
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 10px;
   }
   
A:hover 
   {
   color: #006699;
   text-decoration: none;
   font-weight:bold;
   }

A:link  
   {
   color: #006699;
   text-decoration: none;
   font-weight:bold;
   }

A:visited 
   {
   color: #006699;
   font-weight:bold;
   text-decoration: none;
   }

A:active  
   {
   color: #006633;
   font-weight:bold;
   text-decoration:none;
   }
