body {
    margin-left: 20%;
    margin-right: 20%;
    text-align: justify
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    font-weight: bold;
    font-variant: small-caps
    }
.no-break {
    page-break-before: avoid
    }
.smallcaps, #dedication {
    font-variant: small-caps
    }
div.section, .part, #toc, #verso, #dedication {
    margin-top: 4em
    }
.part {
    margin: 8em auto 8em auto
    }
div.note {
    border-style: dashed;
    border-width: 1px;
    border-color: #000;
    background-color: #cfc;
    font-size: 0.8em;
    clear: right
    }
blockquote, .poem, #toc {
    width: 80%;
    margin-left: auto;
    margin-right: auto
    }
#tp, #verso, #dedication {
    text-align: center
    }
.poem {
    clear: right;
    width: 90%;
    margin-top: 3em;
    text-align: left
    }
.poem .stanza {
    margin: 1em 0 1em 0
    }
.poem .line {
    height: auto;
    margin-left: 3em;
    text-indent: -3em
    }
a:link {
    color: blue;
    text-decoration: none
    }
a:visited {
    color: blue;
    text-decoration: none
    }
a:hover {
    color: red
    }