body
{
  background-color: #000;
  color: #fff;
  font-family: lucida, "Lucida Grande", trebuchet, "Trebuchet MS", sans-serif;
}
a
{
  color: #900;
  text-decoration: none;
  font-weight: bold;
}
a:hover, a:active
{
  text-decoration: underline;
  color: #f00;
}