  body      { background: black; margin-top: 10; padding: 0 }
  
  p { 
    font-size: 12pt; 
    font-family: Garamond; 
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px; 
     }
    
    .white {
    font-family: Garamond; 
    font-size: 12pt;
    color: #ffffff;
    background: transparent;
     }
     
     .whitesmall {
    font-family: Garamond; 
    font-size: 8pt;
    color: #ffffff;
    background: transparent;
     }
    
    .red {
    font-family: Times; 
    font-size: 14pt;
    font-weight: 300;
    color: #cc0033;
    margin-left: 15px;
    margin-top: 10px;
    margin-right: 15px;
    background: transparent;
     }

    .bottomnav {
    font-family: Times; 
    font-size: 9pt;
    background: transparent;
     }
    
 a:link {
   color: #FFFFFF;
   background: transparent;
   text-decoration: none;
    }
   
   a:visited {
   color: #FFFFFF;
   text-decoration: none;
   background: transparent;}
   
   
  a:hover {text-decoration: overline underline;}
  
  a:active {text-decoration: overline underline;}
