 A:link { text-decoration : none;
          color : blue;}
 A:active { text-decoration : none;
            color : darkblue;}
 A:visited { text-decoration : none; 
             color : blue;}
 A:hover { text-decoration :underline;
           color : red;}

 P { font-size: 9pt ; font-family : "arial", "sans-serif"; color: black }
 h1 { font-size: 24pt ; font-family : "arial", "sans-serif"; color: #003377 }
 h2 { font-size: 20pt ; font-family : "arial", "sans-serif"; color: #003377 }
 h3 { font-size: 16pt ; font-family : "arial", "sans-serif"; color: #003377 }
 h4 { font-size: 13pt ; font-family : "arial", "sans-serif"; color: #003377 }  
 h5 { font-size: 11pt ; font-family : "arial", "sans-serif"; color: black }
 h6 { font-size: 10pt ; font-family : "arial", "sans-serif"; font-weight=normal;color: black }
 
  input.block {background-color: #ffffff; font-family : Tahoma, Arial, sans-serif; font-size: 8pt; color: #003333;}
