A:link {
  color: #DDD;
  text-decoration: none;
  }

A:visited {
  color: #DDD;
  text-decoration: none;
  }

A:hover {
  color: #FFF;
  text-decoration: none;
  }

BODY, TD {
  background-color: #5F2920;
  color=white;
  font: 12pt/18pt;
  }

TH {
  background-color: whitesmoke;
  color=black;
  font: 14pt/16pt;
  }


