a { text-decoration: none }
a:link { text-decoration: none }
a:visited { text-decoration: none }
a:hover { color: fuchsia; text-decoration: none }
a:active {
    text-decoration: none;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.Small_Border { border: solid 1px black; }
