p  { font-size: 12px; 
     font-family: Verdana, Arial, Sans-serif; 
     color: #000000
   }
h1  { font-size: 19px; 
      font-weight: bold; 
      font-family: Times, Garamond, Serif; 
      color: #8F3833;
    }
h2  { font-size: 16px; 
      font-weight: bold;
      font-family: Times, Garamond, Serif; 
      color: #4F6E0D;
    }
h3  { font-size: 16px; 
      font-family: Times, Garamond, Serif; 
      color: #8F3833;
      font-weight: bold; 
    }
p.small  { font-size: 9px;
           font-family: Verdana, Arial, Sans-serif;
           color: #000000;
         }

A:link  { color: #4F6E0D; font-weight: bold; text-decoration: underline }
A:visited  { color: #885D53; font-weight: bold; text-decoration: underline }
A:active  { color: #8F3833; font-weight: bold; text-decoration: underline }
A:hover  { color: #8F3833; font-weight: bold; text-decoration: underline }

UL  { list-style-image: url(bullet.gif);
      font-size: 12px;
      font-family: Verdana, Arial, Sans-serif; 
      color: #000000; 
    }

OL  { list-style-type: decimal;
      font-size: 12px;
      font-family: Verdana, Arial, Sans-serif; 
      color: #000000
    }

