/*This document contains all the style elements. To be included with the CMS */
body,td,p {
  font-family: Georgia, serif;
  font-size:12px;
}
h1 {
  font-family: Georgia, serif;
  font-size: 18px;
  color: #0087C6;
  font-weight: normal;
  font-variant: small-caps;
  padding: 5px 0px 0px 0px;
  margin: 0 10px 10px 0px;
  border-bottom: 1px solid #E3D79C;
}
h2 {
  font-family: Georgia, serif;
  font-weight: bold;
  color: #0087C6;
  font-size: 14px;
}

li {
  color: #000;
  font-size: 12px;
  font-weight: normal;
  font-family: Georgia, serif;
}

a { color: #0087C6; }