body {
  background-image: url("/irreverence/hrbl_bg1-autumn.jpg");
  font-size: 1.5em;
  line-height: 1.5;
  vertical-align: middle;
  background-color: #543210;
  color: #ddeeff;
    text-shadow:
    0.5px 0.5px 0 #543210,
    -0.5px 0.5px 0 #543210,
    -0.5px -0.5px 0 #543210,
    0.5px -0.5px 0 #543210;
    font-family: Trebuchet MS;
  a:link { color: #dddddd; }
  a:visited { color: #cccccc; }
  a:hover { color: #eeeeee; }
  a:active { color: #ffffff; }
}
table {
  border: 0.125em solid #543210;
  background-color: #321000;
  margin: 0 auto;
}

th,
td {
  border: 0.0625em solid #543210;
  padding: 1.25em;
}
