
    BODY
    {
      font-family: arial;
      font-size: 11px;
      color:white;
      background-color: #999999;	
      
    }
    h1
    {
      font-family: arial;
      font-size: 11px;
    }
    h2
    {
      font-family: arial;
      font-size: 11px;
    }
    TD
    {
      font-size: 11px;
    }
    A,A:active,A:visited
    {
      color: white;
      text-decoration: underline;
    }
    A:hover
    {
      text-decoration: underline;
      color: red;
    }

