body {
  margin: 0 0 0 20px;
  color: white;
  background-color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
  color: #900;
  font-size: 1.5em;
}


h2 {
  font-size: 1.25em;
}

#content {
  width: 750px;
}

form {
  margin: 25px 20px;
}

a {
  color: #900;
  text-decoration: none;
  border-bottom: 1px dotted;
}

a:hover {
  color: #F30;
  border-bottom: 1px dotted;
  border-bottom: 1px solid;
}
  
.grey {
  color: #999;
}

.red {
    color: #F30;
}

.green {
  color: #0A0;
}

.small {
    font-size: 0.8em;
}

th, td {
  text-align: left;
  padding: 0 0 0 1.5em;
}
