body {
    margin-left: 20%;
    margin-right: 20%
    }
h1, h2 {
    text-align: center;
    clear: both
    }
h1 {
    font-weight: normal;
    font-size: 180%;
    margin-top: 2em;
    margin-bottom: 2em;
    word-spacing: 0.3em
    }
h2 {
    font-weight: normal;
    font-size: 150%;
    margin-top: 1em;
    word-spacing: 0.3em
    }
p {
    margin-top: 0.51em;
    text-align: justify;
    margin-bottom: 0.49em
    }
.p2 {
    margin-top: 2em
    }
.p4 {
    margin-top: 4em
    }
hr {
    width: 33%;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 33.5%;
    margin-right: 33.5%;
    clear: both
    }
hr.full {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%
    }
hr.dbl {
    width: 25%;
    margin: 2% auto 2% auto;
    border-top: 1px solid black;
    padding: 0.05em;
    border-bottom: 1px solid black;
    border-left: none;
    border-right: none
    }
div.chapter {
    page-break-before: always
    }
h2.nobreak {
    page-break-before: avoid
    }
ul.index {
    list-style-type: none
    }
li.ifrst {
    margin-top: 1em;
    text-indent: -2em;
    padding-left: 1em
    }
li.indx {
    margin-top: 0.5em;
    text-indent: -2em;
    padding-left: 1em
    }
table {
    margin-left: auto;
    margin-right: auto
    }
.tdl {
    text-align: left
    }
.tdr {
    text-align: right
    }
.pagenum {
    font-size: small;
    text-align: right;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-indent: 0
    }
.blockquot {
    margin-left: 5%;
    margin-right: 10%;
    font-size: 90%
    }
.xxlarge {
    font-size: 300%
    }
.up {
    font-size: 250%
    }
.xplarge {
    font-size: 180%
    }
.xlarge {
    font-size: 140%
    }
.large {
    font-size: 120%
    }
.less {
    font-size: 90%
    }
.more {
    font-size: 80%
    }
.c {
    text-align: center
    }
.sp {
    word-spacing: 0.3em
    }
.ph2 {
    text-align: center;
    text-indent: 0;
    font-size: 140%;
    margin-top: 1em;
    word-spacing: 0.3em
    }
.gtb {
    letter-spacing: 2em;
    font-size: 110%;
    text-align: center;
    margin-right: -2em;
    font-weight: bold
    }
.smcap {
    font-variant: small-caps
    }
.allsmcap {
    font-variant: small-caps;
    text-transform: lowercase
    }
img {
    max-width: 100%;
    height: auto
    }
img.w100 {
    width: 100%
    }
.figcenter {
    margin: auto;
    text-align: center;
    page-break-inside: avoid;
    max-width: 100%
    }
.poetry-container {
    display: flex;
    justify-content: center
    }
.poetry-container {
    text-align: center
    }
.poetry {
    text-align: left;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 90%
    }
.poetry .stanza {
    margin: 1em auto
    }
.poetry .verse {
    text-indent: -3em;
    padding-left: 3em
    }
.poetry .indent0 {
    text-indent: -3em
    }
.poetry .indent1 {
    text-indent: -2em
    }
.poetry .indent2 {
    text-indent: 1em
    }
.poetry .indent3 {
    text-indent: -6em
    }
.poetry .indent4 {
    text-indent: -1em
    }
.transnote {
    background-color: #E6E6FA;
    color: black;
    font-size: small;
    padding: 0.5em;
    margin-bottom: 5em;
    margin-top: 3em;
    font-family: sans-serif, serif;
    border: 0.3em double gray;
    padding: 1em
    }