body {
    margin-left: 6%;
    margin-right: 10%
    }
h1, h2, h3, h4 {
    text-align: center;
    clear: both
    }
h3.left_just {
    text-align: justify;
    text-indent: 10em;
    margin-top: 2em;
    margin-bottom: 0
    }
p {
    margin-top: 0.51em;
    text-align: justify;
    text-indent: 1.5em;
    margin-bottom: 0.49em
    }
p.no-indent {
    text-indent: 0
    }
p.author {
    margin-top: -1em;
    margin-right: 5%;
    text-align: right
    }
p.f90 {
    font-size: 90%;
    text-align: center
    }
p.f110 {
    font-size: 110%;
    text-align: center
    }
p.f120 {
    font-size: 120%;
    text-align: center
    }
p.f150 {
    font-size: 150%;
    text-align: center
    }
p.f200 {
    font-size: 200%;
    text-align: center
    }
span.fs110 {
    font-size: 110%
    }
span.fs200 {
    font-size: 200%
    }
.space-above1 {
    margin-top: 1em
    }
.space-above2 {
    margin-top: 2em
    }
.space-above3 {
    margin-top: 3em
    }
.space-below1 {
    margin-bottom: 1em
    }
.space-below2 {
    margin-bottom: 2em
    }
.space-below3 {
    margin-bottom: 3em
    }
hr.chap {
    width: 65%;
    margin-left: 17.5%;
    margin-right: 17.5%
    }
hr.full {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%
    }
hr.space {
    width: 5%;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 47.5%;
    margin-right: 47.5%
    }
hr.r5 {
    width: 5%;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 47.5%;
    margin-right: 47.5%
    }
hr.r10 {
    width: 10%;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 45%;
    margin-right: 45%
    }
hr.r25 {
    width: 25%;
    margin-top: 3em;
    margin-bottom: 3em;
    margin-left: 37.5%;
    margin-right: 37.5%
    }
hr.thoughtbreak {
    width: 45%;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 27.5%;
    margin-right: 27.5%;
    clear: both
    }
table {
    margin-left: auto;
    margin-right: auto
    }
.tdl {
    text-align: left
    }
.pagenum {
    font-size: smaller;
    font-weight: normal;
    font-variant: normal;
    font-style: normal;
    text-align: right
    }
.bbox {
    border: solid 2px
    }
.smcap {
    font-variant: small-caps
    }
.allcapsc {
    font-size: 80%
    }
.u {
    text-decoration: underline
    }
.figcenter {
    margin: auto;
    text-align: center
    }
.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 {
    margin-left: 10%;
    margin-right: 10%;
    text-align: left
    }
.poem .stanza {
    margin: 1em auto
    }
.poem .line {
    text-indent: -3em;
    padding-left: 3em
    }
.poem .i2 {
    text-indent: -2em
    }
.poem .i3 {
    text-indent: -1.5em
    }
.poem .i4 {
    text-indent: -1em
    }
.poem .i5 {
    text-indent: -0.5em
    }
.poem .i6 {
    text-indent: 0
    }
.poem .i7 {
    text-indent: 0.5em
    }
.poem .i8 {
    text-indent: 1em
    }
.poem .i9 {
    text-indent: 1.5em
    }
.poem .i10 {
    text-indent: 2em
    }
.poem .i11 {
    text-indent: 2.5em
    }
.poem .i12 {
    text-indent: 3em
    }
.poem .i13 {
    text-indent: 3.5em
    }
.poem .i14 {
    text-indent: 4em
    }
.poem .i15 {
    text-indent: 4.5em
    }
.poem .i26 {
    text-indent: 10em
    }
@media screen, print {
    img.drop-cap {
        float: left;
        margin: 0 0.1em 0 0
        }
    p.drop-cap:first-letter {
        color: white;
        visibility: hidden;
        margin-left: -1.8em
        }
    }
@media all {
    img.drop-cap {
        display: none
        }
    p.drop-cap:first-letter {
        color: inherit;
        visibility: visible;
        margin-left: 0
        }
    .poem {
        margin-left: 2em;
        text-align: left
        }
    hr.space {
        visibility: hidden
        }
    }
.transnote {
    background-color: #E6E6FA;
    color: black;
    font-size: smaller;
    padding: 0.5em;
    margin-bottom: 5em;
    font-family: sans-serif, serif
    }