/** SITE COLOR PALETTE *** */
body {
  font-family: arial, sans-serif;
  color: black;
  text-align: left; }

a {
  text-decoration: none;
  color: black;
  font-weight: normal; }

a:hover {
  color: gray; }

p, ol{
  font-size: 0.75em;
  font-weight: normal;
  color: black;
  line-height: 1.4em;
  margin: 8px 0; }

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}
h1 {
  font-size: 1.2em;
  font-weight: bold;
  color: #931a34; }

h2 {
  font-size: 1em;
  font-weight: bold;
  color: #931a34; }

h3 {
  font-size: 0.9em;
  font-weight: normal;
  color: #440e1d;
  margin-top: 20px;
 }

a h3:hover {
  color: #440E1D;
}

h4 {
  font-size: 0.8em;
  font-weight: normal;
  margin-top: 20px;
  color: #440e1d;
}

