BODY {
  background-color: #ffffff;
  background-image: url(paper.png);
  margin: 20px 20px 20px 20px;
  padding: 0px;
  font-family: sans-serif;
  color: #333333;
}

P {
  margin: 0px 0px 10px;
}

#menu {
  width: 200px;
  float: left;
}

#content {
  margin-left: 200px;
}

A IMG {
  border-width: 0px;
}

DIV.figure {
  text-align: center;
}

P.caption {
  font-weight: bold;
}

P.menuitem {
  text-align: center;
  font-style: italic;
}

P.menualt {
  text-align: center;
}

P.error {
  text-weight: bold;
  color: #cc0000;
}

H3.menuhead {
  text-align: center;
}

TH {
  text-align: left;
  font-weight: bold;
}

TABLE.table {
  width: 100%;
  margin-top: 1em;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin-bottom: 1em;
}

TBODY {
  border-bottom: 1px solid #000000;
  margin-bottom: 1em;
}

THEAD {
  margin-top: 1em;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin-bottom: 1em;
  background-color; #ff0000;
}

