html
{
  background-color: #387858;  
}

body
{
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 1em;
  margin:    12px auto;
  max-width: 1100px;
  border: 1px solid black;
  padding: 12px;
  background-color: white;
}

h1
{
  font-size: 1.6em;
  font-weight: bold;
  font-variant: small-caps;
  margin-top: 2em;
  margin-left: 0em;
  margin-bottom: 1em;
}

h2
{
  font-size: 1.5em;
  font-weight: bold;
  margin: 1em;
  margin-top: 1.2em;
  margin-left: 1em;
  margin-bottom: 1em;
}

h3
{
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 1.1em;
  margin-left: 1.2em;
  margin-bottom: .8em;
}

h4
{
  font-size: 1.3em;
  font-weight: normal;
  margin-top: 1em;
  margin-left: 1.4em;
  margin-bottom: .8em;
}

h5
{
  font-size: 1.2em;
  margin-top: 1em;
  margin-left: 1.6em;
  margin-bottom: .6em;
}

hr
{
  margin: 1em;
}

img
{
  margin: 0px;
}

ul
{
  list-style-type: disc;
  margin-left: 3em;
}

ul.plain
{
  list-style-type: none;
}

ol
{
  list-style-type: decimal;
  margin: 1.2em;
  margin-left: 6em;
}

li
{
  line-height: 1.2em;
}

p
{
  display: block;
  margin: 1.2em;
  margin-left: 3em;
  line-height: 1.2em;
}

em
{
  font-style: italic;
  font-weight: bold;
}

address
{
  display: block;
  margin: 3em;
  line-height: 1.2em;
}

blockquote
{
  display: block;
  margin: 3em;
  line-height: 1.2em;
}

cite
{
  display: block;
  margin: 3em;
  line-height: 1.2em;
}

a:link
{
  text-decoration: none;
  color: blue;
  background-color: transparent;
}

a:visited
{
  text-decoration: none;
  color: green;
  background-color: transparent;
}

a:hover
{
  text-decoration: underline;
  color: blue;
  background-color: transparent;
}

a:active
{
  text-decoration: none;
  color: red;
  background-color: transparent;
}

.bold
{
  font-weight: bold;
}

.italic
{
  font-style: italic;
}

sup
{
  top: -0.5em;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub
{
  bottom: -0.25em;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}