/* classic apache, just not smushed in the corner */
body {
    font-family: "Times New Roman", Times, serif;
    font-size: 19px;
    color: #1a1a1a;
    background: #fbfaf7;
    max-width: 42rem;
    margin: 4rem auto;
    padding: 0 1.5rem;
    line-height: 1.5;
}
h1, h2, h3 { font-weight: normal; }
h1 {
    font-size: 1.6em;
    border-bottom: 1px solid #999;
    padding-bottom: .3em;
}
table { border-collapse: collapse; width: 100%; }
th, td { text-align: left; padding: .35em .6em; }
th a { text-decoration: none; }
tr:hover td { background: #f1efe8; }
a { color: #0000ee; }
a:visited { color: #551a8b; }
hr { border: 0; border-top: 1px solid #ccc; }
img { vertical-align: middle; }
