h1 {
  color: #6a1f20;
  font-size: 16px;
}

h2 {
  font-size: 14px;

  color: #6a1f20;
}

h3 {
  color: #6a1f20;

  font-size: 12px;
}

h2 a {
  color: #6a1f20;
  text-decoration: none;
}

h2 a:hover {
  color: #6a1f20;
  text-decoration: underline;
}

a:link, a:visited, a:active {
  color: #696868 !important;
}

a:hover {

}