body {
    padding: 60px;
}

* {
    font-family: sans-serif;
}

table, th, td {
    border: 1px solid #000000;
    border-collapse: collapse;
}

th, td {
    padding: 8px;
}

.italic {
    font-style: italic;
}

a:link,
a:visited {
    text-decoration: none;
    color: tomato;
    font-weight: bold;
}

a:hover, a:active {
    text-decoration: underline;
}

@media only screen and (max-width: 600px) {
    body {
        padding: 10px;
    }
}