  body  { 
    font-family: tahoma, sans-serif; 
    font-size: 10pt; 
    color: #000000;
       }
   
   
  a:link {color: #E6C32C;  font-size: 10pt;}
  a:visited {color: #CC9900;  font-size: 10pt;}
  a:hover {text-decoration: overline underline; color: red; font-size: 10pt;}
  a:active {text-decoration: overline underline;  font-size: 10pt;}
  
   
   .white { 
   font-size: 10pt; 
   color: #FFFFFF;
   background: transparent; 
   }
   
   .black { 
   font-size: 10pt; 
   color: #000000;
   background: transparent; 
   }
   
   .red { 
   font-size: 10pt; 
   color: #FF0000;
   background: transparent; 
   }
   
   .blue { 
   font-size: 10pt; 
   color: #23385B;
   background: transparent; 
   }