h1, h2, h3, h4, h5, h6{
font-family: 'Hahmlet', serif;
}

p, a, div {
font-family: 'Hahmlet', serif;
}

<style>
a:link,h2:link,h3:link,h4:link,h5:link,h6:link {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}

a:visited,h2:visited,h3:visited,h4:visited,h5:visited,h6:visited {
  color: black;
  background-color: transparent;
  text-decoration: underline overline;
}

a:hover,h2:hover,h3:hover,h4:hover,h5:hover,h6:hover {
  color: black;
  background-color: transparent;
  text-decoration: underline overline;
}

a:active,h2:active,h3:active,h4:active,h5:active,h6:active {
  color: black;
  background-color: transparent;
  text-decoration: underline overline dotted black;
}
</style>