body {

  background-color: #ffffff;

  font-family: "Book Antiqua", "Bookman Old Style", Georgia, serif;

}

div.contents {

  position: absolute;
  top: 0;
  left: 10em;

}

h1, h2, h3, h4, h5, h6 {
  color: #006622;
}

h1 {
  margin: 0;
  padding: 1em;

  font-weight: bold;
  font-size: 200%;
  text-align: center;

  border-bottom: solid #006622 0.25em;
}

h2 {
  font-weight: bold;
  font-size: 150%;
}

h2.date {
  color: #000000;
  font-weight: bold;
  font-size: 80%;
  font-variant: small-caps;
}

h3 {
  font-weight: bold;
  font-size: 120%;
}

a img {
  border: 0px;
}


/* ========================= Menu Rules ========================= */

div.menu {

  position: absolute;
  left: 0;
  top: 0;
  width: 10em;

  padding: 1em;

  font-size: 75%;

  border-right: solid #006622 0.25em;
}

.menu ul {  padding: 0;  margin-left: 0;}.menu ul li {  list-style-type: none;}