body {
  background-color: black;
  color: #00a000;
  font-family: unifont, Terminus, monospace;
  font-size: large;
  font-variant: small-caps;
}

td a {
  text-decoration: none;
  font-size: larger;
}

a:link {
  color: #00ff00;
}

a:visited {
  color: #00a000;
}

a:active, a:hover {
  background-color: #00a000;
  color: black;
}

hr {
  color: #009000;
}

th {
  white-space: nowrap;
}

td {
  white-space: nowrap;
}

address {
  color: #002000;
}
