body {
    background-color: lightgrey
}

h1 {
    font-family: georgia;
    font-size: 200%;
    font-weight: bolder;
}

p {
    font-family: verdana
}

td.line {
    border-color: #000000;
    border-style: solid;
    margin: 0;
    padding: 4px;
    border-width: 1px 0 1px 0;
    border-style: solid
}

td.menu {
    text-align: center
}

a:link {
    text-decoration: none;
    color: black;
}

a:visited {
    text-decoration: none;
    color: black;
}

a:active {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none;
    color: red;
}