body {
  background: black;
}
td, a {
  color: white;
  font-size: 8pt;
  font-family: helvetica, arial, sans-serif;
}
a:hover {
  background: white;
  color: black;
}
.form {
  background: white;
  border: solid black 1px;
  margin: 1px;
  font-size: 9pt;
  font-family: helvetica, arial, sans-serif;
}
.hide {
  display: none;
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  color: black;
}
