body {
  background-color: #ff8000;
  color: #000;
  font-size: 12px;
  font-family: verdana, sans-serif;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
form {
  margin: 0px;
  padding: 0px;
}
input, select {

  font-size: 10px;
}
h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

h2 {
  font-size: 15px;
  margin: 0px;
  padding: 0px;
}
h3 {
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}
a:link {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
a:active {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underlined;
}
a:hover {
  color: #ff0000;
  font-weight: bold;
  text-decoration: underlined;
}

.toptitles {
  color: #000000;
  font-size: 12px;
  text-align: center;
}

.middletext {
  color: #000000;
  font-size: 12px;
  text-align: center;
}

.microfont {
  color: #000000;
  font-size: 10px;
  text-align: center;
}

.bottom {
  color: #737373;
  font-size: 10px;
  text-align: center;
}

.leftcolumn {
  color: #ffefce;
  font-size: 10px;
  text-align: center;
}

.rightcolumn {
  color: #ffefce;
  font-size: 10px;
  text-align: left;
}

.content {
  color: #efefef;
  font-size: 10px;
  text-align: center;
  height: 1px;
  margin-top: 2px;
}

.top {
  background-color: #737373;
  height: 1px;
  margin-top: 2px;
}