a:link {
    text-decoration: none
    }
a:visited {
    text-decoration: none;
    color: #666;
    background-color: inherit
    }
a:hover {
    color: #666;
    text-decoration: underline;
    background-color: inherit
    }
p {
    margin-top: 0.75em;
    text-align: left;
    margin-bottom: 0.75em
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    clear: both
    }
hr {
    width: 33%;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    clear: both
    }
body {
    margin-left: 10%;
    margin-right: 10%
    }
table, td {
    vertical-align: top
    }
img {
    border-style: none
    }
.tocnum {
    text-align: right;
    font-size: smaller;
    font-weight: bold
    }
.pagenum {
    font-size: smaller;
    text-align: right;
    color: #ccc;
    background-color: inherit
    }
.left {
    text-align: left
    }
.center {
    text-align: center
    }
.smcap {
    font-variant: small-caps
    }
.subchap {
    font-weight: bold;
    text-align: center;
    clear: both;
    margin-top: 2em
    }
.caption {
    font-weight: bold;
    font-size: smaller
    }
.figcenter {
    margin: auto;
    text-align: center
    }
.figcenterw {
    margin: auto;
    text-align: center;
    width: 45em
    }
.figcenterh {
    margin: auto;
    text-align: center;
    height: 30em
    }
.imglist {
    margin-left: 25%;
    margin-right: 25%;
    font-size: 0.9em
    }
.poem {
    margin-left: 10%;
    margin-right: 10%;
    text-align: left
    }
.poem br {
    display: none
    }
.poem .stanza {
    margin: 1em 0 1em 0
    }
.poem span.i0 {
    display: block;
    margin-left: 0
    }
.poem span.ip {
    display: block;
    margin-left: 0.5em
    }
.poem span.i2 {
    display: block;
    margin-left: 1em
    }
hr.full {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    border: solid black
    }
pre {
    font-size: 75%
    }