body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  background-color: #ffffff;
}

a {
  font-weight: bold;
  text-decoration: none;
  color: #336633;
}

a:hover {
  cursor: hand;
  font-weight: bold;
  color: #00dd33;
  text-decoration: underline overline;
}

input,select {
  color: #00dd33;
  background-color: #000033;
  border: thin groove #FFFFFF;
  font-size: 9px;
  letter-spacing: normal;
  word-spacing: normal;
  cursor: hand;
  margin: 3px;
}

