
body {
    background-color: aqua;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
}

table, th, td {
    border: 1px solid black;
}