body {
    margin-left: 4%;
    margin-right: 4%
    }
p {
    text-align: justify
    }
blockquote {
    text-align: justify
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center
    }
hr {
    text-align: center;
    width: 50%;
    background: black
    }
hr.narrow {
    text-align: center;
    width: 25%;
    background: black
    }
.poem {
    margin-left: 5%;
    margin-right: 5%;
    text-align: left
    }
.note, .footnote {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 0.9em
    }
.indent {
    margin-left: 3%
    }
.right {
    text-align: right
    }
.center {
    text-align: center
    }
.illus {
    text-align: center
    }
.chcont {
    text-align: center;
    font-weight: bold
    }
.smallc {
    font-variant: small-caps
    }
.smallccen {
    text-align: center;
    font-variant: small-caps
    }
.subjects {
    font-size: 90%;
    margin: 0% 5%
    }
.table {
    border: none
    }