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

.contact {
  font-family: palatino, palatino linotype, book antiqua, georgia, times new roman, times, serif;
  font-weight: bold;
  color: #0080c0;
  font-size: 115%
}

.smallcontact {
  font-family: palatino, palatino linotype, book antiqua, georgia, times new roman, times, serif;
  font-weight: bold;
  color: #0080c0;
  font-size: 80%
}

h1 {
  font-size: 150%
}

h3 {
  font-size: 115%
}

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

a:hover {
  color: #DEB887
}

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

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

p {
  text-indent: 1.5em
}

ol li {
  margin-top: 1.0em
}

ul li {
  list-style: url("blackbutton.gif")
}

