body {
    margin-left: 10%;
    margin-right: 10%
    }
h1, h2, h3, h4 {
    text-align: center
    }
h2, h3, h4 {
    font-weight: normal
    }
h2 {
    margin-top: 3em
    }
h3, h4 {
    margin-bottom: 2em
    }
a:link {
    text-decoration: none
    }
a:visited {
    text-decoration: none
    }
a:active {
    text-decoration: underline
    }
a:link:hover {
    text-decoration: underline
    }
hr {
    width: 33%;
    margin-top: 3em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto
    }
hr.short {
    width: 20%;
    margin-top: 3em;
    margin-bottom: 3em;
    margin-left: auto;
    margin-right: auto
    }
hr.tiny {
    width: 10%;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto
    }
#titlepage div.center {
    margin-bottom: 2em
    }
#titlepage div.author {
    margin-bottom: 2em;
    text-align: center;
    font-size: x-large
    }
li {
    list-style-type: none;
    margin-bottom: 1em;
    margin-left: 1.5em;
    text-indent: -1.5em
    }
p {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: justify;
    text-indent: 1em
    }
p.noindent {
    text-indent: 0
    }
.poem {
    text-align: center
    }
.poem .stanza {
    margin-left: 38%;
    margin-right: auto;
    text-align: left
    }
.stanza div {
    line-height: 1.4em;
    margin-top: 0;
    text-align: left;
    margin-left: 2em;
    text-indent: -2em
    }
.poem .in1 {
    margin-left: 3em
    }
.poem p.right {
    text-align: right
    }
.poem div.quote {
    text-indent: -2.4em
    }
.small {
    font-size: 90%
    }
.center {
    text-align: center
    }
.right {
    text-align: right
    }
.sc {
    font-variant: small-caps
    }
table {
    text-align: center;
    margin-left: auto;
    margin-right: auto
    }
td.right {
    text-align: right
    }
td.center {
    text-align: center
    }
td {
    text-align: left
    }
td.sc {
    font-variant: small-caps;
    padding-left: 1em;
    text-indent: -1em
    }
blockquote {
    margin-top: 2em;
    margin-bottom: 2em
    }