body {
  text-align: center;
  background: #ffc;
  color: black;
}

table.maintable {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

td {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: black;
}

a {
  font-weight: bold;
}

a:link {
  color: black;
}

a:visited {
  color: black;
}

a:link:hover {
  color: green;
}

a:visited:hover {
  color: green;
}  
