body {
    background-color: black;
    color: white;
}

a {
    text-decoration: none;
    color: green;
}

a:hover {
    background-color: blue;
}