body	{
      font-family: Arial, Helvetica, Sans-Serif;
      background-color:#808080;
      color:white;
   }

.main	{
		font-size:9pt;
      letter-spacing:0.1em;
       }

a:link{
      color:white;
      text-decoration:underline;
      }

a:visited{
      color:white;
      }

a:active{
      color:white;
      }

a:hover{
		color:#FFBB54;
      text-decoration:underline;
      font-weight:bold;
      }
