BODY { background: white url(images/hat.jpg) no-repeat fixed; }

A:link, A:visited, A:active { text-decoration: none; color: blue }

A:link:hover {color: white; background: navy }

H1 { font-size: 25pt;
        font-family: "Times";
        color: #FF0000;
        font-weight: bold;
        width: 100%;
        border-style: double;
        padding: 5px 5px 5px   }
        
    
H2 { font-size: 15pt;
        font-family: "Arial", "Helvetica";
        color: 663300;
        background: #FFCC99;
        width: 100%; }

H3 { font-size: 15pt;
        font-family: "Arial", "Helvetica";
        color: brown }

H4 { font-size: 10pt;
        font-family: "Arial", "Helvetica";
        color: red;
        text-align: justify }


H5 { font-size: 8pt;
        font-family: "Tacoma", "Arial", "Helvetica";
     font-weight: bold }

P, TD P { font-size: 10pt;
        font-family: "Arial", "Helvetica"; 
        text-decoration:none;
        text-align: justify }

LI  { list-style-image: url(images/bullet.gif); }

LI.on { list-style-image: url(images/black.gif); }

UL LI {  font-size: 10pt;
      font-family: "Arial, Helvetica";
      text-decoration: none;
      font-weight: bold }

TD { font-size: 10pt;
     font-family: "Arial", "Helvetica";
     text-decoration:none }

TH { font-size: 14pt;
        font-family: "Arial", "Helvetica"; 
        text-decoration:none;
        font-weight: bold }

HR { color: red }

SPAN { font-weight: bold;
       color: white;
       background: navy }
