<style type="text/css">
<!--
body {
  background-color: #287828;
  margin: 20px;
  padding: 0;
  front-size: 1.1em;
  font-family: verdana, arial, helvetica, sans-serif;
}
h1 {
  font-family: verdana, arial, helvetica, sans-serif;
  margin: 0 0 15px 0;
  padding: 0;
  color: #888;
}
h2 {
  font-family: verdana, arial, helvetica, sans-serif;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 1.1em;
}
p {
  font-family: verdana, arial, helvetica, sans-serif;
  line-height: 1.1em;
  margin: 0 0 16px 0;
  padding: 0;
}
li {
  font-family: verdana, arial, helvetica, sans-serif;
  line-height: 1.1em;
  margin: 0 0 16px 0;
  padding: 0;
}

.content>p+p {
  text-indent: 30px;
}
a {
  color: teal;
  font-family: verdanam, arial, helvetica, sans-serif;
  font-weight: 600;
  text-decoration: none;
}
a:link {
  color: teal;
}
a:visited {
  color: teal;
}
a:hover {
  background-color: #bbb;
}

/* All the content boxes belong to the content class. */
.content {
  position: relative;
  width: auto;
  min-width: 175px;
  margin: 0 180px 20px 200px;
  border: 1px solid black;
  background-color: tan;
  padding: 10px;
  z-index: 3;
}

#navleft {
  position: absolute;
  width: 150px;
  top: 110px;
  left: 20px;
  font-size: 0.8em;
  border: 1px dashed black;
  background-color: wheat;
  padding: 10px;
  z-index: 2;
}


-->
</style>