body {
  margin: 0px 0px 0px 0px;
}

body, p, td, div {
  font-size: 13px;
  font-family: Verdana, Tahoma, Arial;
}

a {
  color: blue;
}

a:link, a:visited, a:active {
  text-decoration: none;
}

a:hover {
  color: red;
  text-decoration: none;
}

a.white {
  color: white;
  font-size: 13px;
  font-weight: bold;
}

.textbox {
  font-size: 10px;
  font-family: Verdana, Tahoma, Arial;
  padding-left: 2px;
  border: 1px solid gray;
  width: 70px;
  height: 18px;
}

.submit {
  font-size: 11px;
  font-weight: bold;
  background-color: red;
  color: white;
  height: 22px;
}
