html{
    font-family: Georgia, 'Times New Roman', Times, serif;
}

body{
    background-color: rgb(103, 136, 165);
}
a{
    color: rgb(167, 193, 161);
}

a:visited{
    color: rgb(89, 35, 155);
}

a:hover, a:active{
    color: rgb(154, 198, 59);
}

table, tr, th, td, caption{
    border: 1px solid black;
    font-family: 'Courier New', Courier, monospace;
    border-collapse: collapse;
    padding: 0.5rem;
}
