body {
  font-family:Terminal;
  font-size:10px;
  color: white;
  border: none;
  margin: 0px;
  background-color: black;
  background-repeat: no-repeat;
  padding: 20px;
  margin: 20px;
  scrollbar-face-color: black;
  scrollbar-highlight-color: black;
  scrollbar-3dlight-color: white;
  scrollbar-darkshadow-color: white;
  scrollbar-shadow-color: black;
  scrollbar-arrow-color: white;
  scrollbar-track-color: black;
}
table {
  font-size:8px;
  border:none;
}
P {
  margin:10px;
}
input
{
  font: 11px Arial, Verdana, Geneva;
  border: 1px white solid;
  background: black;
  color: white;
  line-height: 12px
}
A
{
text-decoration: underline;
font-weight: bold;
color: white;
}

h2
{
  font-size:14px;
  font-weight: normal;
}
.tabTitle
{
 cursor: hand;
 border: 1px solid white;
 padding: 10px;
 font-size: 14px;
}
.tabOn
{
 cursor: hand;
 border: 1px solid white;
 padding: 10px;
}

.tabOff
{
 cursor: hand;
 border: 1px solid white;
 padding: 10px;
}

form
{
  display:inline;
}