body {
    margin-left: 10%;
    margin-right: 10%
    }
h1, h2 {
    text-align: center;
    clear: both
    }
p {
    margin-top: 0.75em;
    text-align: justify;
    text-indent: 1.25em;
    margin-bottom: 0.75em
    }
hr.tb {
    width: 45%;
    margin-left: 27.5%;
    margin-right: 27.5%
    }
hr.chap {
    width: 20%;
    margin-left: 40%;
    margin-right: 40%
    }
.mtop2 {
    margin-top: 2em
    }
.chapsmall {
    font-size: 70%;
    line-height: 1.2em
    }
.pagenum {
    font-size: 0.7em;
    text-align: right
    }
.blockquote {
    margin-left: 5%;
    margin-right: 10%
    }
.center {
    text-align: center
    }
.right {
    text-align: right
    }
.smcap {
    font-variant: small-caps
    }
.caption {
    font-weight: bold
    }
.figcenter {
    margin: auto;
    text-align: center
    }
table {
    margin-left: auto;
    margin-right: auto
    }
div.poetry {
    text-align: center
    }
div.poem {
    font-size: 90%;
    margin: auto auto;
    text-indent: 0%;
    display: inline-block;
    text-align: left
    }
.poem .stanza {
    margin-top: 1em;
    margin-bottom: 1em
    }
.poem span.i0 {
    display: block;
    margin-left: 0;
    padding-left: 3em;
    text-indent: -3em
    }
.poem span.i2 {
    display: block;
    margin-left: 1em;
    padding-left: 3em;
    text-indent: -3em
    }
.poem span.i4 {
    display: block;
    margin-left: 4em;
    padding-left: 3em;
    text-indent: -3em
    }
.poem span.i6 {
    display: block;
    margin-left: 6em;
    padding-left: 3em;
    text-indent: -3em
    }
.bbox, .bbox1 {
    border: solid 2px black;
    margin: auto auto;
    max-width: 20em;
    text-align: center
    }
.break-before {
    page-break-before: always
    }
div.chapter {
    page-break-before: always
    }
h2.nobreak {
    page-break-before: avoid
    }
.transnote {
    background-color: #E6E6FA;
    color: black;
    font-size: smaller;
    padding: 0.5em;
    margin-bottom: 5em;
    font-family: sans-serif, serif
    }
ins {
    text-decoration: none;
    border-bottom: thin dotted gray
    }
@media all {
    .bbox1 {
        width: 50%;
        margin: 2em 25%
        }
    }