body {
  font-family: georgia, times new roman, times, serif;
  color: #000000;
  margin: 0px;
  line-height:1.4;
}

.contact {
  font-family: Georgia; Times New Roman, serif;
  font-weight: normal;
  font-size: 80%;
}

h1 {
  font-family: Georgia; Times New Roman, serif;
  font-weight: bold;
  font-size: 150%;
  color: #228B22;
}

h2 {
  font-family: Georgia; Times New Roman, serif;
  font-weight: bold;
  font-size: 125%;
  color: #228B22;
}

h3 {
  font-family: Georgia; Times New Roman, serif;
  font-weight: bold;
  font-size: 110%;
  color: #228B22;
}

a {
  color: #0080c0;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #DEB887;
}

hr {
  color: #228B22;
  background-color: #228B22;
  height: 4px;
  border-style: solid;
}

p {
  text-indent: 1.0em;
}

ol li {
  margin-top: 0.5em;
}

ul li {
  margin-top: 0.5em;
}


