body {
  background: #fff;
  color: #000;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: small;
  margin: 0;
  padding: 0;
}
#header {
  display: none;
}
#content {
  margin: 0 auto 50px auto;
  padding: 10px 0 0 0;
  width: 98%;
}
#content h3 {
  font-size: 120%;
}
#content table {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  width: 100%;
}
#content table tr.alt {
  background: #f0f0f0;
  color: #000;
}
#content table tr.header {
  background-color: #aaa;
  color: #fff;
}
#content table th, table td {
  border-bottom: 1px solid #000;
  margin: 0;
  padding: 4px 4px;
  text-align: center;
}
#content table th img {
  height: 40px;
  width: 40px;
  text-align: center;
}
#footer {
  display: none;
}
