body {
    font-family: monospace;
}

a:link {
    text-decoration: none;
    color: #555;
}

a:visited {
    text-decoration: none;
    color: #777;
}

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

h1 {
    font: 2.0em;
}

table {
    width: 100%;
}

th, td {
    text-align: left;
}
