a:link
{
  color: #999999;
  text-decoration: none;
}

a:visited
{
  color: #999999;
  text-decoration: none;

}

a:active
{
  color: #999999;
  text-decoration: none;

}

a:hover
{
  color: #FF0000;
  text-decoration: underline;
}



body
{
  font-family: "Times New Roman", Times, serif;
  color: #999999;
  font-size: small;
   background-image: url(site_img/background.png);
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	
}
  

table {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  color: #999999
  font-size: small;
  border: 0px none;
  margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
  }
