body {
  font: 17px/1.2 Courier, Bitstream Vera Sans, Tahoma, sans-serif;
  padding-left: 7%;
  padding-right: 5%;
  padding-bottom: 1em;
  margin: 0;
}

a {
  font-weight: bold;
  text-decoration: none;
  color: #00008b;
}

a:hover {
  background: #2f4f4f;
  color: #fff;
}

a.top, a:visited.top, a:link.top {
  color: #f5deb3;
  line-height: 90%;
  position: relative;
  text-decoration: none;
  top: -19px;
  font-size: 100%;
  padding-left: 10px;
  white-space: nowrap;
}

a:hover.top {
  background: #2f4f4f;
  color: #fff;
}

h1 {
  background-color: #2f4f4f;
  color: #f5deb3;
  border: 1px solid black;
  font-family: "comic sans ms", Bitstream Vera Sans, Tahoma, SimHei, sans-serif;
  font-size: 144%;
  overflow: hidden;
  padding: 8px 0;
  white-space: nowrap;
}

h2 {
  border-bottom: solid 2px #708090;
  clear: left;
  font-family: Courier, Bitstream Vera Sans, Tahoma, SimHei, sans-serif;
  font-size: 140%;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: .5em;
  overflow: hidden;
  padding-left: 3px;
  padding-right: 3px;
}
h2:first-letter {
  font-size: 150%;
}

h3 {
  border-bottom: solid 1px #708090;
  border-left: solid 1px #708090;
  font-family: Courier, Bitstream Vera Sans, Tahoma, SimHei, sans-serif;
  font-size: 130%;
  margin-top: .7em;
  margin-bottom: .4em;
  margin-left: 3px;
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
}

p {
  line-height: 1.5em;
  padding-left: 3px;
  padding-right: 3px;
}

p:first-letter {
  font-size: 128%;
  font-style: italic;
  font-weight: normal;
  margin-right: 3px;
  bottom: 0;
}

hr {
  clear: right;
}

dt {
  font-family: Courier, Bitstream Vera Sans, Tahoma, SimHei, sans-serif;
  font-weight: bold;
  margin-top: .7em;
  margin-bottom: .5em;
}

dd {
  line-height: 1.4em;
}

li {
  margin-top: 0.9ex;
  margin-bottom: 0.9ex;
}

table {
  overflow: hidden;
  margin-top: 1em;
  margin-bottom: 1em;
  border: 0;
}

td {
  font-size: 98%;
  border-left: ButtonHighlight 1px solid;
  border-right: ButtonShadow 1px solid;
  border-top: ButtonHighlight 1px solid;
  border-bottom: ButtonShadow 1px solid;
  padding-left: 3px;
  padding-right: 2px;
  overflow: hidden;
  background: #ddeecc;
}

th {
  font-family: "comic sans ms", Bitstream Vera Sans, Tahoma, SimHei, sans-serif;
  font-size: 107%;
  border-left: ButtonHighlight 1px solid;
  border-right: ButtonShadow 1px solid;
  border-top: ButtonHighlight 1px solid;
  border-bottom: ButtonShadow 1px solid;
  padding-left: 3px;
  padding-right: 2px;
  overflow: hidden;
  background: #eeeecc;
}

.navfoot {
  margin-left: -28px;
  text-align: center;
}

.menu {
  background: #fffafa;
  color: white;
  border-left: 7px solid #e0e9e9;
  content: "";
  display: inline-table;
  float: right;
  padding: 0;
}

.menuitem {
  font: 95% "comic sans ms", Bitstream Vera Sans, Tahoma, SimHei, sans-serif;
  margin: 0;
  text-align: right;
}

.menuitem a:link, .menuitem a:visited {
  display: block;
  padding: 2px 10px 2px 10px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #fff;
  border-right: 1px solid #ddd;
  color: #00008b;
  text-decoration: none;
}

.menuitem a:hover {
  color: #00008b;
  background: #cceeff;
}

.menu:before {
  display: block;
  content: "";
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.menu:after {
  display: block;
  content: "";
  border-top: 1px solid #fff;
  text-align: center;
}

span.footdate {
  font-size: 95%;
  color: #9932cc;
}