body {
  background: white;
  color: black;
  font-family: "Comic Sans", "Comic Sans MS", sans-serif;
}

h1 {
  font-style: bold;
  font-size: 48pt;
}

h2 {
  font-style: bold;
  font-size: 24pt;
}

h3 {
  margin-top: 20px;
}

hr {
  color: #000;
  background-color: #000;
  height: 3px;
}

i {
  color: #888;
}

td.menu {
  color: black;
  background: transparent;
  text-decoration: none;
  font-size: 130%;
}

a:link, a:visited, a:active {
  color: black;
  background: transparent;
  text-decoration: underline;
}

a:hover {
  color: black;
  background: transparent;
  text-decoration: underline;
}

a.menu:link, a.menu:visited, a.menu:active, a.invis:link, a.invis:visited, a.invis:active {
  color: black;
  background: transparent;
  text-decoration: none;
}

a.menu:hover, a.invis:hover {
  color: black;
  background: transparent;
  text-decoration: underline;
}

