body {
  background-color: black;
  font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
  color: white;
}

#header {
  text-align: center;
}

#content {
  color: white;
  padding: 20px;
  font-family: 'Courier New', Courier, monospace;
}

#content a {
  color: #0033CC;
}
#content a:hover {
  color: #0099CC;
  text-decoration: none;
}

#footer {
  margin-top: 20px;
  border-top: 1px solid white;
  padding: 5px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 0.8em;
  color: white;
}
