﻿body {
    font-size: smaller;
}

    body a {
        display: block;
        color: #212529;
        text-decoration: none;
    }

tbody th a:hover, tbody td a:hover {
    color: #212529;
}

caption {
    caption-side: top;
    border: 1px solid;
    font-weight: bold;
    letter-spacing: 20px;
    padding: 6px 4px 8px 0px;
    text-align: center;
    text-transform: uppercase;
}

#footer {
    border-top: 1px solid;
    text-align: center;
}

    #footer a {
        text-decoration: none;
        color: #212529;
    }
