body {
    margin-left: 20%;
    margin-right: 20%;
    text-align: justify
    }
p {
    text-indent: 1em;
    margin-top: 0.25em;
    margin-bottom: 0.25em
    }
.chapter {
    text-indent: 0;
    margin-top: 5em;
    margin-bottom: 0.5em;
    text-align: center;
    font-size: 125%;
    font-weight: bold
    }
.firstchapter {
    text-indent: 0;
    margin-top: 2em;
    margin-bottom: 0.5em;
    text-align: center;
    font-size: 125%;
    font-weight: bold
    }
.head {
    text-indent: 0;
    margin-top: 1em;
    margin-bottom: 2em;
    text-align: center;
    font-size: 105%;
    font-weight: bold
    }
.bigindent {
    margin-left: 22%;
    margin-right: 25%;
    text-indent: 0%
    }
.ctr {
    text-align: center;
    text-indent: 0
    }
.sc {
    font-variant: small-caps;
    font-size: 100%
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    margin-top: 0.5em;
    margin-bottom: 0.5em
    }
.author {
    text-indent: 55%
    }
hr.short {
    text-align: center;
    width: 25%;
    margin-top: 2em;
    margin-bottom: 2em;
    text-indent: 0
    }
.poem {
    margin-left: 15%;
    margin-right: 5%;
    margin-bottom: 1em;
    text-align: left
    }
.poem .stanza {
    margin: 1em 0 1em 0
    }
.poem p {
    margin: 0;
    padding-left: 3em;
    text-indent: -3em
    }
.poem p.i2 {
    margin-left: 1em
    }
a:link {
    color: blue;
    text-decoration: none
    }
a:visited {
    color: blue;
    text-decoration: none
    }
a:hover {
    color: red
    }