body {
    background-color: white;
    font-family: Arial;
}

td {
    font-size: 16px;
}

li {
    list-style: square;
}

a {
    color: black;
    text-decoration: underline;
}

a:hover {
    color: darkorange;
    text-decoration: underline;
}

hr {
    background-color: black;
    height: 1px;
    border: 0; 
}