body {
    margin-left: 10%;
    margin-right: 10%
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    clear: both
    }
hr {
    width: 33%;
    margin: 2em auto;
    clear: both
    }
a:focus, a:active {
    background-color: #fe6
    }
p {
    margin: 0.75em 0;
    text-align: justify;
    text-indent: 1em
    }
big {
    font-size: 1.5em
    }
blockquote {
    margin-left: 20%;
    margin-right: 20%
    }
abbr {
    text-decoration: none !important;
    border-bottom: none !important
    }
div.main {
    margin-left: auto;
    margin-right: auto;
    max-width: 40em
    }
pre.empty {
    height: 3em
    }
.center {
    text-align: center;
    text-indent: 0
    }
.caption {
    display: block;
    font-size: smaller;
    margin: 0 auto;
    text-align: center;
    max-width: 30em
    }
.transnote {
    margin: 0 10%;
    border: 1px dashed black;
    padding: 1em
    }
.clear {
    clear: right;
    margin: 0;
    line-height: 0
    }
ol li {
    margin-bottom: 0.75em
    }
ins {
    text-decoration: none;
    border-bottom: thin dotted gray
    }
p.drop {
    text-indent: 0
    }
p.drop:first-letter {
    clear: left;
    margin: 0 0.1em 0 0;
    padding: 0;
    line-height: 1em;
    font-size: 250%
    }
.poem {
    margin-left: 20%;
    margin-right: 20%;
    text-align: left
    }
.poem br {
    display: none
    }
.poem .stanza {
    margin: 1em 0 1em 0
    }
.poem span {
    display: block;
    margin-left: 0;
    padding-left: 3em;
    text-indent: -3em
    }