   /* HTML */

   body       { color: black; font-size: 10px; font-family: Arial, Helvetica, sans-serif; bgcolor: #FFFFFF; }
   
   a:link     { color: black; text-decoration: underline }
   
   a:visited     { color: black; text-decoration: underline }
   
   a:hover      { color: navy; text-decoration: underline }
   
   a:active      { color: red; text-decoration: underline }
   
   h1      { color: black; font-weight: bolder; font-size: larger }
   
   a:link.backdark     { color: white; text-decoration: none }
   
   a:visited.backdark      { color: white; text-decoration: none }
  
   a:hover.backdark      { color: white; text-decoration: none }
      
   a:active.backdark      { color: maroon; text-decoration: none }
