@charset "utf-8";
/* CSS Document */

h1 {
  color: #c20000;
  font-family: Cambria, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: normal;
  line-height: 1.3em;  
}

a {
  color: #c20000;
  text-decoration: none;
}

a:hover {
  color: #d14040;
  text-decoration: underline;
}

a.footer {
  color: #CCCCCC;
}

a.footer:hover {
  color: #c20000;
  text-decoration: underline;
}

a.grey:hover {
  color: #c20000;
  text-decoration: none;
}





