body {
    margin-left: 15%;
    margin-right: 15%
    }
h1, h2, h3 {
    text-align: center;
    clear: both
    }
h1 {
    line-height: 2em;
    margin-top: 3em;
    margin-bottom: 3em
    }
h1.pg {
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 0
    }
h2 {
    margin-top: 3em;
    margin-bottom: 2em
    }
hr {
    width: 33%;
    margin-top: 3em;
    margin-bottom: 3em;
    margin-left: auto;
    margin-right: auto;
    clear: both
    }
p {
    line-height: 1.5em;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: normal;
    text-align: justify
    }
.big {
    font-size: 140%
    }
.center {
    text-align: center
    }
.figcenter {
    margin: auto;
    text-align: center
    }
.invisible {
    visibility: hidden
    }
.nowrap {
    white-space: nowrap
    }
.pagenum {
    font-size: 90%;
    font-weight: normal;
    font-style: normal;
    text-align: right;
    text-indent: 0
    }
.poem {
    margin-left: 3em;
    text-align: left
    }
.ppnote {
    background-color: #EEE;
    color: #000;
    font-family: sans-serif;
    font-size: 90%;
    border: thin solid #999;
    margin-top: 6em;
    margin-bottom: 3em
    }
.right {
    text-align: right;
    margin-bottom: 3em
    }
.small {
    font-size: 60%
    }
.title {
    text-align: center;
    font-weight: bold;
    line-height: 2em;
    margin-top: 0;
    margin-bottom: 3em
    }
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
    }
pre {
    font-size: 85%
    }