a:link, a:visited {
  color: #999;
  background: #000;
  text-decoration: none;
}
a:active, a:hover {
  color: #999;
  background: #000;
  text-decoration: underline;
}
body {
  margin-left: 20px;
  margin-top: 10px;
  color: #999;
  background: #000;
  font-size: 80%;
}
body, h1, h2, td, a {
  font-family: verdana, helvetica, arial, sans-serif;
}
h1 {
  font-size: 180%;
  font-weight: normal;
}
h2 {
  color: #fff;
  background: #000;
  font-size: 160%;
  font-weight: normal;
}
img, table, td {
  border: none;
}
img {
  margin-right: -4px;
}
td {
  color: #fff;
  background: #000;
  font-size: 100%;
  text-align: center;
  vertical-align: top;
}
select, input {
  color: #999;
  background: #000;
  border: 1px solid #999;
}
input {
  cursor: pointer;
}
