body {
    margin-left: 4em;
    margin-right: 4em
    }
p {
    text-indent: 1em;
    text-align: justify
    }
.head {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 2em;
    font-variant: small-caps;
    font-size: 150%;
    text-indent: 0
    }
.ctr {
    text-align: center;
    text-indent: 0
    }
.noindent {
    text-indent: 0
    }
.chapter {
    text-indent: 0;
    margin-top: 1em;
    margin-bottom: 1.5em;
    text-align: center;
    font-size: 110%;
    font-weight: bold
    }
.footnote {
    font-size: 97%;
    text-indent: 0
    }
.quote {
    text-indent: 0;
    margin-left: 1.75em;
    margin-right: 1.75em;
    text-align: justify
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em
    }
hr.long {
    text-align: center;
    width: 95%;
    margin-top: 2em;
    margin-bottom: 2em
    }
hr.med {
    text-align: center;
    width: 60%;
    margin-top: 1.5em;
    margin-bottom: 2em
    }
hr.short {
    text-align: center;
    width: 25%;
    margin-top: 1.5em;
    margin-bottom: 2em
    }
.citation {
    text-indent: 50%;
    font-style: italic
    }
.imgcap {
    text-align: center;
    font-size: 95%;
    margin-top: 0.25em;
    margin-bottom: 1.5em
    }
ul {
    list-style-type: none;
    margin-left: -2em;
    margin-bottom: 1.5em;
    text-align: left
    }
ol.decimal {
    list-style-type: decimal
    }
.poem {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 1em;
    text-align: left
    }
.poem .stanza {
    margin: 1em 0 1em 0
    }
.poem p {
    margin: 0;
    padding-left: 3em;
    text-indent: -3em
    }
.poem p.i2 {
    margin-left: 1em
    }
.poem p.i4 {
    margin-left: 2em
    }
.poem p.i6 {
    margin-left: 3em
    }
.poem p.i8 {
    margin-left: 4em
    }
.poem p.i10 {
    margin-left: 5em
    }
.poem p.i12 {
    margin-left: 6em
    }
hr.full {
    width: 100%
    }
a:link {
    color: blue;
    text-decoration: none
    }
link {
    color: blue;
    text-decoration: none
    }
a:visited {
    color: blue;
    text-decoration: none
    }
a:hover {
    color: red
    }
pre {
    font-size: 8pt
    }