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