body {
    margin-left: 5%;
    margin-right: 5%
    }
p {
    text-indent: 2em;
    margin-top: 0;
    margin-bottom: 0;
    text-align: justify
    }
div.illustration {
    text-align: center;
    margin-top: 0.75em;
    margin-bottom: 0.75em
    }
p.poetry {
    text-indent: 0;
    padding-left: 4em;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    text-align: left
    }
div.illustration {
    text-align: center
    }
div.letter {
    padding-left: 4em;
    margin-top: 0.75em;
    margin-bottom: 0.75em
    }
img {
    border: 0
    }
h1, h2, h3 {
    text-align: center
    }
h1.title {
    font-size: 2em;
    text-transform: uppercase
    }
h1.subtitle {
    font-size: 1.5em;
    font-style: italic
    }
h1.authorship, h1.date {
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: normal
    }
h2 {
    font-size: 1.5em;
    margin-top: 4em;
    text-transform: uppercase
    }
h2.chaptertitle {
    margin-top: 1em
    }
h3 {
    font-size: 1em;
    margin-top: 2em
    }
hr {
    width: 33%;
    margin-top: 1em;
    margin-bottom: 1em
    }
ul, ol {
    list-style-position: outside
    }
ul.illustrations {
    list-style-type: none;
    margin-left: 2em;
    padding-left: 2em;
    text-indent: -2em;
    text-transform: lowercase;
    font-variant: small-caps
    }
ol.contents {
    list-style-type: upper-roman;
    font-variant: small-caps
    }
li {
    margin-top: 0.5em;
    margin-bottom: 0.5em
    }
a:hover {
    color: #700
    }
@media print {
    .nonprinting {
        display: none
        }
    a {
        color: #000;
        text-decoration: none
        }
    }