body { margin-left: 10%; }
div.page { min-height: 600px; }

body {
    font-family:serif;
    margin-right: 5em;
    max-width: 35em;
    /* max-width: 500px; */
    font-size: 18px;
}

pre {
/*     font-family: serif; */
font-family:
             "Courier New",
             "Andale Mono",
             Monaco,
             Courier,
             Consolas,
             "Lucida Console",
             "Lucida Sans Typewriter",
             "DejaVu Sans Mono",
             "Bitstream Vera Sans Mono",
             "Liberation Mono",
             "Nimbus Mono L",
             monospace;
    margin-left: 25%;
    margin-bottom: -0.3em;
    margin-top: -0.3em;
}

p.parbreak {
    margin-top: -4px;
    margin-bottom: -4px;
    line-height: 0.0px;
    height: 0.0px;
}

h1 {
    font-variant: small-caps;
    /* text-transform: lowercase; */
    /* letter-spacing: 0.1em; */
}

h2 {
    font-style: italic;
    font-size: medium;
}
