﻿body {
    background-color: white;
    color: black;
    text-align: center;
}

a {
    color: royalblue;
    text-decoration: none;
}

    a:hover {
        color: orangered;
        text-decoration: underline;
    }
