body {
    background-color: lightblue;
}
a {
    text-decoration: none;
    font-style: italic;
}
a:hover {
    font-size: 120%;
    font-weight: bold;
}
td {
    vertical-align: top;
}