* {
  background-color: transparent;
  background-repeat: repeat;
  border: none;
  color: inherit;
  font: inherit;
  font-size: 1em;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 0;
  position: static;
  text-align: inherit;
  text-decoration: none;
  text-indent: 0
}

address {
  font-style: normal
}

hr {
  height: 0
}

html {
  background-image: url("/static/083100_html_bg.jpg");
  background-repeat: repeat-x;
  background-color: #083100;
  overflow-y: scroll;
}

body {
  background: #fff;
  margin: 1em auto;
  width: 40em;
  padding: 1em;
  -moz-border-radius: .5em;
}

h1 {
  border-bottom: .03125em solid #000;
  font-family: Georgia, serif;
  font-size: 2em;
  font-weight: normal;
  letter-spacing: -.0625em;
  margin: 0 0 .5em 0
}

h2 {
  font-family: Verdana;
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 .5em 0
}

p {
  font-family: Verdana;
  font-size: .75em;
  line-height: 1.5em;
  text-align: justify;
  margin: 0 0 .5em 0
}

#content a {
  color: #083100; 
  text-decoration: underline
}

#content a:hover {
  text-decoration: none
}

#navigation {
  float: left;
  width: 7em;
}

#navigation li {
  border-bottom: .0625em solid #eee;
  font-family: Verdana;
  font-size: .75em;
  line-height: 1.5em
}

#content {
  margin: 0 0 0 8em
}

#content img {
  border: .0625em solid #000
}

#bottom {
  margin: 1em 0 0 0
}

em { font-style: italic }
