

body{ 
      background: #000066; 
      color: black; 
    } 

p { 
   background: white; 
   color: black; 
   } 

p.side { 
   background-color: #3300CC;  
   color: white; 
   font-family: arial black, arial;
   text-decoration: none; 
   font-size: 14;
   font-weight: normal;
   } 
p.footer { 
   background-color: #3300CC;  
   color: white; 
   }
p.subhead {
    font-size: 14;
    font-family: Georgia, Times New Roman, Times, serif;
    color: #993300;
   font-weight: bold;
   }


table
   {
   }
table.footer {
   background-color: #3300CC;  
   }
   

blockquote {
   background-color: #3300CC;  
   }
blockquote.footer { 
   background-color: #3300CC;  
   }
blockquote.body { 
   background-color: white;  
   }


a { 
   font-family: arial black, arial;
   text-decoration: none; 
   background-color: #3300CC; 
   color: white;
   font-size: 14;
   font-weight: normal;
   }
a.major { 
   color: white;
   font-size: 14;
   }
a.minor { 
   color: #CCCCCC;
   font-size: 12;
   }
a.body {
   font-family: Georgia, Times New Roman, Times, serif;
   text-decoration: underline; 
   font-size: 14;
   color: blue;
   background-color: white;
   }
a.h2 {
   font-family: Georgia, Times New Roman, Times, serif;
   text-decoration: underline; 
   font-size: 16;
   color: blue;
   background-color: white;
   font-weight: bold;
   }
a.footer { 
   background-color: #3300CC;  
   color: white;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-decoration: underline; 
   font-size: 12;
   font-weight: normal;
   } 
