/* -------- some other CSS ----------------------------------------------- */
table {
    margin-top: 25px;
}
td {
    border: 1px solid blue;
    background: lightcyan;
}
td a {
    text-decoration: none;
    color: black
}
.current {
    background: lightskyblue;
}