
body {

background-color: lightgoldenrodyellow;
color: darkolivegreen;
font-family: 'Times New Roman', Times, serif;

}

table, td {
    border: 2.5px solid whitesmoke;
    border-style: inset;
    border-collapse: collapse;
    border-radius: 12.5%;
}

a:link {
color: red;

}

a:visited {
color: black;

}

a:active {
color: blue;

}

a:hover {

color: gray;
}