body {
    width: 67.5vw;
    font-size: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    font-family: et-book, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    background-color: #fffff8;
    color: #111;
    max-width: 900px;
    counter-reset: sidenote-counter;
}
a {
    color: #111;
}
a:hover {
    color: #444;
}
pre {
    font-family  : courier new;
    color: #555;
}
#status {
    font-family  : courier new;
    color: #555;
}
li {
    margin-left: 30px;
}
