body {
  background: #ddd2af;
}
a {
  color: #725b20;
  text-decoration: none;
}
table.top {
  width: 800px;
}
tr.masthead {
  font-family: sans-serif;
  font-size: xx-large;
  font-weight: bold;
  text-align: center;
}
tr.masthead td {
  border: thin solid black;
  background-color: white;
  padding: 1em;
}
tr.menu, tr.menu td, tr.menu a {
  text-align: center;
  width: 20%;
  text-decoration: none;
  background-color: white
}
tr.menu td {
  font-family: sans-serif;
  font-size: small;
  border: thin solid black;
}
table.content {
  width: 800px;
}
table.dock {
  background-color: white;
  width: 150px;
  float: right;
  border: thin solid black;
  font-family: sans-serif;
  font-size: smaller;
  padding: 2px;
  margin-bottom: 1em;
}
div.contents {
  text-indent: 1em;
}
table.bottom {
  margin-top: 10px;
  width: 800px;
  font-family: sans-serif;
  font-size: smaller;
  font-weight: bold;
  border: thin solid black;
  background-color: white;
  padding-left: 1em;
}
div.sitenewsdate { margin-bottom: 0; text-decoration: underline; }
div.sitenewsentry { margin-bottom: 1em; }
table.nav {
  padding: 2px;
  margin-bottom: 10px;
  text-decoration: none;
  text-color: white;
  background-color: white;
  border: black solid thin;
  font-family: sans-serif;
}
div.post {
  padding: 5px;
  margin-left: 2px;
  margin-right: 1em;
  margin-bottom: 0px;
  margin-top: 5px;
  text-decoration: none;
  border: black solid thin;
  background-color: white;
  font-family: sans-serif;
  font-size: small;
}
div.posttitle { font-weight: bold; margin-bottom: 3px; }
div.postdate { font-size: smaller; margin-bottom: 1em; }
div.posttext {
  padding-left: 5px;
  margin-bottom: 1em;
  color: black;
}
div.posttext a {
  text-decoration: underline;
}


