@charset "UTF-8";
a {
    color: gold;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:active {
    color: chocolate;
}