/* general stuff */

body {
  font-family: "Century Gothic", Arial, Helvetica, sans-serif;
  font-size: 12px;
        /* originally #555555 */
  color: #353535;
  line-height: 18px;
  background: #fff;
}


a:link, a:visited, a:active {
  color: #b72025;
  text-decoration: none;
  outline-color: invert;
  outline-style: none;
  outline-width: medium;  
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

h1 {
  font-family: "Century Gothic", Arial, Helvetica, sans-serif;
  color: #c6b19f;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

h2 {
  font-family: "Century Gothic", Arial, Helvetica, sans-serif;
  color: #c6b19f;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}


h3 {
  font-family: "Century Gothic", Arial, Helvetica, sans-serif;
  color: #c6b19f;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

h4 {
  font-family: "Century Gothic", Arial, Helvetica, sans-serif;
  color: #c6b19f;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}

h5 {
  font-family: "Century Gothic", Arial, Helvetica, sans-serif;
  color: #c6b19f;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}

h6 {
  font-family: "Century Gothic", Arial, Helvetica, sans-serif;
  color: #c6b19f;
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 10px;
}

p {
  margin-bottom: 15px;
    font-size: 12px;
}

p.buttonheading {margin: 0;}