body {
    margin-left: 17%;
    margin-right: 17%
    }
.text-block {
    max-width: 50em
    }
p {
    text-align: justify;
    text-indent: 2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em
    }
p.noindent {
    text-indent: 0
    }
h1, h2 {
    text-align: center;
    clear: both;
    font-weight: normal
    }
h2 {
    margin-top: 2.5em
    }
hr {
    width: 6em;
    margin: 1em auto;
    clear: both;
    color: black;
    background-color: black;
    border: none
    }
table {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse
    }
td {
    padding: 0.3em 0.15em
    }
td.nopadding {
    padding: 0
    }
td.text {
    text-align: justify
    }
td.hanging {
    text-indent: -1.5em;
    padding-left: 1.5em
    }
td.top {
    vertical-align: top
    }
.pagenum {
    margin-right: 0;
    text-align: right;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    letter-spacing: 0;
    text-decoration: none;
    text-indent: 0;
    font-size: x-small;
    white-space: nowrap
    }
.pagenum span {
    visibility: hidden
    }
.pagenum a {
    display: inline-block;
    color: #808080;
    border: 1px solid silver
    }
em {
    letter-spacing: 0.25em;
    margin-right: -0.25em;
    font-style: normal;
    font-weight: normal
    }
em.spacedpart {
    margin-right: -0.05em
    }
strong {
    font-style: normal;
    font-weight: bold
    }
cite {
    letter-spacing: 0.25em;
    margin-right: -0.25em;
    font-style: normal;
    font-weight: normal
    }
em cite {
    margin-right: 0
    }
cite.bold {
    letter-spacing: 0;
    margin-right: 0;
    font-style: normal;
    font-weight: bold
    }
.blockquot {
    margin-left: 5%;
    margin-right: 10%
    }
.bb {
    border-bottom: solid 2px
    }
.bl {
    border-left: solid 2px
    }
.bt {
    border-top: solid 2px
    }
.br {
    border-right: solid 2px
    }
.bbox {
    border: solid 2px
    }
.center {
    text-align: center;
    text-indent: 0
    }
.right {
    text-align: right;
    text-indent: 0
    }
.smcap {
    font-variant: small-caps
    }
.fake_smcap {
    font-size: 87%
    }
.u {
    text-decoration: underline
    }
.caption {
    font-weight: bold
    }
.figcenter {
    margin: auto;
    text-align: center
    }
.footnotes {
    border: 1px dashed #808080;
    margin-top: 6em
    }
.footnote {
    margin-left: 5%;
    margin-right: 5%;
    text-align: justify;
    margin-top: 0.75em;
    margin-bottom: 0.75em
    }
.footnote p {
    text-indent: 0;
    margin-top: 0.5em;
    margin-bottom: 0.5em
    }
.footnote .label, .fnanchor {
    vertical-align: super;
    text-decoration: none;
    font-size: x-small;
    font-weight: normal;
    font-style: normal
    }
.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: 5em;
    text-indent: -3em
    }
.correction {
    text-decoration: none;
    border-bottom: 1px dashed #369
    }
.correction-list {
    display: none
    }
.tnote {
    text-align: justify;
    border: 1px dashed #808080;
    background-color: #eee;
    padding: 0.7em;
    text-indent: 0
    }
.tnote ul {
    padding-right: 1em;
    padding-left: 1em;
    margin-left: 1em;
    margin-bottom: 0
    }
.tnote ul li {
    padding-top: 0.5em
    }
a:link {
    text-decoration: none
    }
a:visited {
    text-decoration: none
    }
a:link:hover {
    text-decoration: underline
    }
a:visited:hover {
    text-decoration: underline
    }
a:link:active {
    text-decoration: underline
    }
a:visited:active {
    text-decoration: underline
    }
.pagenum a:hover {
    text-decoration: none
    }
.pagenum a:active {
    text-decoration: none
    }
@media print {
    body {
        margin-left: 4%;
        margin-right: 9%;
        margin-top: 1%;
        margin-bottom: 1%
        }
    .text-block {
        max-width: 50em;
        margin: 0 auto
        }
    h1, h2 {
        page-break-after: avoid
        }
    pre, .dont_print {
        visibility: hidden;
        display: none
        }
    .pagenum a {
        color: #202020;
        border: 0;
        padding: 0
        }
    a:link {
        text-decoration: none;
        color: black
        }
    a:visited {
        text-decoration: none;
        color: black
        }
    a:hover {
        text-decoration: none;
        color: black
        }
    a:active {
        text-decoration: none;
        color: black
        }
    .pagenum a:hover {
        text-decoration: none
        }
    .pagenum a:active {
        text-decoration: none
        }
    .correction {
        text-decoration: none;
        border-bottom: none
        }
    .correction-list {
        display: inline
        }
    .tnote ul li {
        padding-top: 0.7em
        }
    .break-before {
        page-break-before: always
        }
    .break-after {
        page-break-after: always
        }
    .ads {
        page-break-before: always;
        margin: 0
        }
    .footnotes {
        page-break-before: always
        }
    }