body {
  margin: 20px;
  background-color: #000000;
}

td {
  color: #000000;
  font: normal normal normal 12px Arial, sans-serif;
}

small {
  font-size: 10px;
}

input, textarea {
  color: #000000;
  font: normal normal normal 12px Arial, sans-serif;
  border: 1px solid #ad8f5f;
  padding: 2px;
}

input[type="submit"] {
  color: #000000;
  border: 1px solid #cccccc;
  width: 100px;
  font-size: 11px;
  background-color: #eae8e8;
}

input[type="submit"]:hover {
  color: #000000;
  border: 1px solid #cccccc;
  width: 100px;
  font-size: 11px;
  background-color: #f5f3f3;
}

select {
  color: #000000;
  font: normal normal normal 12px Arial, sans-serif;
  border: 1px solid #ad8f5f;
}

option {
  color: #000000;
  font: normal normal normal 12px Arial, sans-serif;
  padding: 2px;
}

a.green:link, a.green:visited {
  color: #397f23;
  text-decoration: underline;
}

a.green:hover, a.green:active {
  color: #419627;
  text-decoration: underline;
}

a.black:link, a.black:visited {
   color: #000000;
   text-decoration: none;
}

a.black:hover, a.black:active {
  color: #888888;
  text-decoration: none;
}

