body {
  font-family: taffy;
  font-size: 1.5em;
  color: black;
}

h4 {
  font-family: BACCA;
  font-size: 1.3em;
  color: black;
}

a:link {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: dimgray;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: grey;
  background-color: transparent;
  text-decoration: none;
}

