body {
    background: #fdfdfd;
    color: black;
    font-family: "Times Roman", serif;
    font-size: large;
    margin-left: 15%;
    margin-right: 15%;
    text-align: justify
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center
    }
hr.narrow {
    width: 40%;
    text-align: center
    }
hr {
    width: 100%
    }
hr.full {
    width: 100%;
    margin-top: 3em;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    border-width: 4px 0 0 0;
    border-style: solid;
    border-color: #000;
    clear: both
    }
blockquote {
    font-size: large
    }
table {
    font-size: large;
    text-align: left
    }
p {
    text-indent: 3%
    }
p.noindent {
    text-indent: 0%
    }
.center {
    text-align: center
    }
.indent0 {
    margin-left: 0
    }
.ind4 {
    margin-left: 4em
    }
.ind8 {
    margin-left: 6em
    }
.small {
    font-size: 85%
    }
.smallcaps {
    font-variant: small-caps
    }
a:link {
    color: blue;
    text-decoration: none
    }
link {
    color: blue;
    text-decoration: none
    }
a:visited {
    color: blue;
    text-decoration: none
    }
a:hover {
    color: red;
    text-decoration: underline
    }
.poem {
    margin-left: 30%;
    margin-right: 10%;
    text-align: left
    }
pre {
    font-size: 85%
    }
.blockquot {
    margin-left: 5%;
    margin-right: 10%
    }
.poetry-container {
    text-align: center
    }
.poetry {
    text-align: left;
    margin-left: 5%;
    margin-right: 5%
    }
.poetry {
    display: inline-block
    }
.poetry .stanza {
    margin: 1em auto
    }
.poetry .verse {
    text-indent: -3em;
    padding-left: 3em
    }
.x-ebookmaker .poetry {
    display: block
    }
.smcap {
    font-variant: small-caps
    }
.ph1, .ph2, .ph3, .ph4 {
    text-align: center;
    text-indent: 0;
    font-weight: bold
    }
.ph1 {
    font-size: xx-large;
    margin: 0.67em auto
    }
.ph3 {
    font-size: large;
    margin: 0.83em auto
    }
.ph2 {
    font-size: x-large;
    margin: 0.75em auto
    }
.ph4 {
    font-size: medium;
    margin: 1.12em auto
    }
div.chapter {
    page-break-before: always
    }
h2, h3 {
    page-break-before: avoid
    }