a {
    text-decoration: none;
    color: blue
    }
a:visited {
    color: gray
    }
body {
    margin-left: 15%;
    margin-right: 15%
    }
h1, h2, h3 {
    text-align: center;
    clear: both
    }
h2 + p {
    text-indent: 0
    }
h3 {
    margin: 0 auto 0 auto
    }
hr {
    width: 65%;
    margin: 2em auto 2em auto;
    clear: both;
    text-align: center
    }
hr.full {
    width: 100%
    }
hr.minor {
    width: 45%;
    margin: 1em auto 1em auto;
    clear: both
    }
ins.corr {
    text-decoration: none;
    border-bottom: thin dotted gray
    }
p {
    margin-top: 0.75em;
    text-align: justify;
    margin-bottom: 0.75em;
    text-indent: 1.5em
    }
p.noin {
    text-indent: 0
    }
table {
    margin-left: auto;
    margin-right: auto
    }
ul.off {
    list-style-type: none
    }
ol.ur {
    list-style-type: upper-roman
    }
ol.ua {
    list-style-type: upper-alpha
    }
ol.la {
    list-style-type: lower-alpha
    }
ul.hi li {
    margin-left: 1em;
    text-indent: -1em
    }
.b {
    font-weight: bold
    }
.bb {
    border-bottom: solid 2px
    }
.bl {
    border-left: solid 2px
    }
.blurb {
    padding: 1em 1em 1em 1em;
    margin: 2em 20% auto 20%;
    border: 1px solid gray;
    font-family: sans-serif;
    font-size: 80%
    }
.c {
    text-align: center
    }
.caption {
    font-weight: bold;
    font-size: 75%
    }
.fnanchor {
    vertical-align: super;
    font-size: 0.8em;
    text-decoration: none
    }
.footnote {
    margin-left: 10%;
    margin-right: 10%;
    font-size: 0.9em
    }
.footnote > p {
    text-indent: 0
    }
.footnote .label {
    text-align: right
    }
.footnotes {
    border: dashed 1px
    }
.i {
    font-style: italic
    }
.lc {
    text-transform: lowercase
    }
.mt2 {
    margin-top: 2em
    }
.pagenum {
    font-style: normal;
    font-size: smaller;
    text-align: right;
    text-indent: 0
    }
.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;
    padding-left: 3em;
    text-indent: -3em
    }
.poem span.i2 {
    display: block;
    margin-left: 2em;
    padding-left: 3em;
    text-indent: -3em
    }
.poem span.i4 {
    display: block;
    margin-left: 4em;
    padding-left: 3em;
    text-indent: -3em
    }
.ralign {
    text-align: right
    }
.sc {
    font-variant: small-caps
    }
.sf30 {
    font-size: 30%
    }
.sf50 {
    font-size: 50%
    }
.sf75 {
    font-size: 75%
    }
.u {
    text-decoration: underline
    }