body {
  font-family: georgia, times new roman, times, serif;
  color: #000000
}

.blurb {
  font-family: Arial Black, Georgia; Times New Roman, serif;
  font-weight: normal;
  font-size: 125%;
  color: #A0A045
}

.contact {
  font-family: Arial Black, Georgia; Times New Roman, serif;
  font-weight: normal;
  font-size: 125%;
  color: #004080
}

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

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

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

a:hover {
  color: #DEB887
}

ul { 
  list-style-image: url("images/listItem.jpg") 
}

hr {
  color: #004080;
  background-color: #004080;
  height: 8px;
  border-style: solid
}

p {
  text-indent: 1.5em
}

ol li {
  margin-top: 1.0em
}

ul li {
  margin-top: 1.0em;
  list-style: url("blackbutton.gif")
}


