body {
  background-color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: white;
}
th {
  font-weight: normal;
  text-align: left;
  width: 200px;
}
td {
  font-size: 10px;
}
td b {
  font-size: 13px;
}
fieldset {
  margin-bottom: 15px;
}
legend {
  font-size: 13px;
}
label {
  display: block;
}
a {
  color: #ba761e;
}
a:hover {
  color: #cccccc;
}
input.text { width: 300px; }
textarea { width: 300px; height: 150px; }
