body {
    font-family: 'Courier New', Courier, monospace;
    background-color: #ffffff;
    color: #000000;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    line-height: 1.6;
}
nav {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
nav a {
    color: #000000;
    text-decoration: none;
    margin-right: 20px;
    font-weight: bold;
}
nav a:hover {
    text-decoration: underline;
}
h1, h2, h3 {
    text-transform: uppercase;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
a { color: #0000ee; text-decoration: none; }
a:hover { text-decoration: underline; }
table { width: 100%; border-collapse: collapse; margin-top: 20px; }
th, td { border-bottom: 1px solid #ccc; padding: 10px 0; text-align: left; }
.meta { color: #666; font-size: 0.9em; }
