body
{
  background: #f5f5f5;
  color: #333333; 
  font-family: Arial;
  font-size: small;
}

a:link
{
  color: #bb4444;
  text-decoration: none;
}

a:visited
{
  color: #888888;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}