body {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px;
    font-family: Georgia, serif;
    line-height: 1.7;
    color: #333;
    background: #faf8f3;
}

h1 {
    font-size: 2.4em;
    margin-bottom: 0.2em;
}

.claim {
    font-style: italic;
    color: #666;
    margin-bottom: 2em;
}

.sectionnav {
    border-top: 1px solid #c8c0b0;
    border-bottom: 1px solid #c8c0b0;
    padding: 15px 0;
    margin-bottom: 2em;
}

.sectionnav a {
    margin-right: 30px;
    text-decoration: none;
}

.current {
    background: #f3efe7;
    padding: 20px;
    margin-bottom: 2em;
}

.siteheader {
    margin-bottom: 2rem;
}

.homebutton {
    text-decoration: none;
    color: #5a4630;
    font-weight: bold;
    font-size: 1rem;
}

.homebutton:hover {
    text-decoration: underline;
}