body {
  background-color: #ffffff;
  font-family: "Book Antiqua", "Bookman Old Style", Georgia, serif;
}

div.contents {
}

h1, h2, h3, h4, h5, h6 {
  color: #006622;
  margin-bottom: 0em;
}

h1 {
  margin: 0;
  padding-top: 0.5em;

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

  border-bottom: solid #006622 0.1em;
}

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

h2.date {
  font-weight: bold;
  font-size: 1em;
  font-variant: small-caps;
  text-align: center;
}

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


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

div.menu {
  font-size: 75%;
}

.menu ul {
  padding: 0;
  margin-left: 0;
}

.menu ul li {
  list-style-type: none;
}

/* ======================== Item Rules ========================== */

div.item {

}
