body 
{
  background-image: url(img/bg.png);
}

body, td 
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
}

a:link, a:visited, a:active
{
  text-decoration: underline;
  font-weight: bold;
  color: #ff6600;
}

a:hover
{
  text-decoration: none;
}
