@font-face {
font-family: Fontin;
src: url("Fontin-Regular.otf") format("opentype");
}

body 
    {
    background-color: white;
    font-family: Fontin, Verdana;
    font-size: 19px;
    color: black;
    }

a {
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

a.external {
  background: url(external.png) center right no-repeat;
  padding-right: 13px;
  }
