  body   { color: #ffffff; font-size: 12pt; font-family: Tahoma, sans-serif; background: #445673 }
   
   p, h3 { 
    margin-left: 10px;
      }
   
  a:link {color: #FFCC00;}
  a:visited {color: #E8CDEC;}
  a:hover {text-decoration: overline underline; color: red;}
  a:active {text-decoration: overline underline;}
  
   
   .spec { 
   font-size: 10pt; 
   color: #FFCC00;
   background: transparent; 
   }
   
   .red { 
   font-size: 10pt; 
   color: #FF0000;
   background: transparent; 
   }
   
   .blue { 
   font-size: 10pt; 
   color: #23385B;
   background: transparent; 
   }
   
   
    .white, ul, p { 
   font-size: 10pt; 
   color: white;
   background: transparent; 
   }