body {
  background: #fff url("bar-bg.png") top left repeat-y;
  color: #333;
  margin: 10px;
  margin-left: 50px;
  font-family: sans-serif;
}

a {
  color: #a00;
}
a:visited { color: #400; }
a:active  { color: #f00; }
a:hover   { color: #c00; }

div.clearall {
  clear: both;
}
h1 {
  margin-top: 0;
}
h2 {
  width: 50%;
  color: #500;
  border-bottom: 1px #500 solid;
  margin-left: -10px;
  margin-bottom: 3px;
}

div#headblock {
  text-align: center;
}
div#headblock p {
  font-size: 2.5ex;
}
div#menu {
  text-align: center;
}
table.fullspread td {
  white-space: nowrap;
}
td.expand {
  width: 100%;
}
td {
  vertical-align: top;
}
