body, p, td {
  font-family: Arial, Helvetica, sans-serif;
  color: #00ff00;
  font-size: 10pt;
}

body {
  margin: 0;
}

p {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0px;
  margin-right: 0px;
}

h1 {
  font-size: 16pt;
  color: #88ff88;
}

h3 {
  font-size: 13pt;
  color: #ffff00;
}

body {
  background: #000000;
}

.mainbody {
  margin: 10px;
}

.menuitem {
  width: 90px;
  background: #000000;
  border-style: solid;
  border-width: 1px;
  text-align: center;
  margin: 20px;
}

a:link {
  color: #88ff88;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #88ff88;
  font-weight: bold;
  text-decoration: none;
}

a:active {
  color: #88ff88;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #88ff88;
  font-weight: bold;
  text-decoration: underline;
}
