
body {
    background-color: gray;
}

a {

    text-decoration: none;
    color: black;

}

a:hover {

    color: gold;

}

