    body   {background-color: black;font-size: 12pt; font-family: Helvetica; margin-top: 0pt;}
       
  div, img, td { 
    font-family: Helvetica; 
    font-size: 12pt; 
       }
       
       p { 
    font-family: Helvetica; 
    font-size: 11pt; 
    margin: 12pt;
       }
       
       .other { 
    font-family: Helvetica; 
    font-size: 10pt;
    color: white;
   background: transparent;
       }
       
    .smaller { 
    font-family: Helvetica; 
    font-size: 9pt;
    color: white;
    background: transparent;
       }
       
   .green { 
   font-size: 11pt; 
   color: green;
   background: transparent; 
   }
   
    .blue { 
   font-size: 11pt; 
   color: #004E81;
   background: transparent; 
   }
   
    .red { 
   font-size: 11pt; 
   color: #A2060F;
   background: transparent; 
   }
   
   .orange { 
   font-size: 11pt; 
   color: #C95727;
   background: transparent; 
   }
   
   .puruple { 
   font-size: 11pt; 
   color: #752880;
   background: transparent; 
   }
   
   .yellow { 
   font-size: 11pt; 
   color: #dbb21e;
   background: transparent; 
   }

 a:link {
   text-decoration: none; 
   color: #990000;
   background: transparent;}
   
  a:visited {text-decoration: none; color: #990000;
   background: transparent;}
   
  a:hover {text-decoration: overline underline;}
  
  a:active {text-decoration: overline underline;}