/* Standard Stylesheet */

  BODY {
        background : #663300  ;
        color : white ;
       }

  A:link {
          color: #FF9933 ; 
         } 

  A:visited {
             color: #FFFF00 ;
            } 

  A:active  {
             color: #FFFFFF ; 
            } 

  A:hover   {
             color: #ff0000 ;     
            }

  HR   {
        color : white ;
       }

  td {
        font-family : Arial, sans-serif ;
        font-size : 16px ;
       }

  h2 {
        font-family : Verdana, sans-serif ;
        font-size : 21px ;

       }
