body {
  margin: 0px;
  color: black;
  background: white;
  background-image: url("bg.jpg");
  font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

TD {
  text-align: center;
}

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

a:visited {
  color: #007000;
  text-decoration: none;
}

a:hover {
  color: #003000;
  background: #a0ffa0;
  text-decoration: none;
}