body {
    margin-left: 10%;
    margin-right: 10%
    }
h1 {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
    font-weight: bold;
    font-size: 2em;
    clear: both
    }
h2 {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.5em;
    clear: both
    }
p {
    margin-top: 0.51em;
    text-align: justify;
    margin-bottom: 0.49em;
    text-indent: 1em
    }
p.title {
    text-align: center;
    text-indent: 0;
    line-height: 1.4em;
    margin-bottom: 2em
    }
p.noindent {
    margin-top: 1em;
    margin-bottom: 0;
    margin-left: 10%;
    text-align: justify;
    font-size: 1em;
    line-height: 1.4em;
    text-indent: 0
    }
hr.hr65 {
    width: 65%;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 17.5%;
    margin-right: 17.5%;
    clear: both
    }
hr.hr95 {
    width: 95%;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 2.5%;
    margin-right: 2.5%;
    clear: both
    }
div.note {
    border: black 1px dashed;
    padding: 0.5em
    }
table {
    margin-left: auto;
    margin-right: auto
    }
td.chaptitle {
    text-align: left;
    padding-left: 2em;
    text-indent: -2em
    }
td.page {
    text-align: right;
    vertical-align: bottom
    }
.tdc {
    text-align: center
    }
.pagenum {
    font-size: smaller;
    text-align: right
    }
.blockquot {
    margin-left: 5%;
    margin-right: 5%;
    text-align: center
    }
.smcap {
    font-variant: small-caps
    }
.footnotes {
    border: dashed 1px
    }
.footnote {
    margin-left: 10%;
    margin-right: 10%;
    font-size: 0.9em
    }
.footnote .label {
    text-align: right
    }
.fnanchor {
    vertical-align: super;
    font-size: 0.8em;
    text-decoration: none
    }
.poem-container {
    text-align: center
    }
.poem {
    display: inline-block;
    text-align: left
    }
.stanza span, .stanza div, .stanza p {
    display: block;
    line-height: 1.2em;
    margin-left: 2em;
    text-indent: -2em;
    margin-top: 0
    }
.poem br {
    display: none
    }
.poem .stanza {
    padding: 0.5em 0
    }
.poem span.i0 {
    display: block;
    margin-left: 0;
    padding-left: 3em;
    text-indent: -3em
    }