body {
    margin: 0;
    background-color: white
    }
.link {
    cursor: pointer
    }
a img {
    border: none
    }
.under {
    text-decoration: underline
    }
a {
    color: black;
    text-decoration: none
    }
a:hover {
    text-decoration: none
    }