body {
  background: black;
  color: white;
}

td.smallleft {
  background: black;
  color: white;
  font-size: small;
  text-align: left;
}

td.smallright {
  background: black;
  color: white;
  font-size: small;
  text-align: right;
}

div.center {
  text-align: center;
}

th.menu {
  background: #000066;
  color: white;
}

th.section {
  background: #450d56;
  color: white;
}

td.text {
  background: black;
  color: white;
}

td.smalltext {
  font-size: small;
  background: black;
  color: white;
}

a.menulink {
  text-decoration: none;
}

a.menulink:link {
  background: #450d56;
  color: white;
}

a.menulink:visited {
  background: #450d56;
  color: white;
}

a.menulink:active {
  background: #450d56;
  color: white;
}

table.menu {
  background: #450d56;
  color: white;
}
