body {
    font-family: "Times New Roman", serif;
    background: white;
    color: black;
}

a {
    text-decoration: none;
    color: blue;
}

a:hover {
    text-decoration: underline;
