@media print {
    .pagenum {
        position: absolute;
        left: 92%;
        font-size: x-small;
        background-color: inherit;
        text-align: right;
        color: gray;
        display: none;
        visibility: hidden
        }
    }
@media screen {
    .pagenum {
        position: absolute;
        left: 92%;
        font-size: x-small;
        background-color: inherit;
        text-align: right;
        color: gray;
        display: inline;
        visibility: visible
        }
    }
div.main {
    max-width: 40em;
    margin-left: auto;
    margin-right: auto;
    page-break-before: always
    }
p {
    text-indent: 1em;
    margin-top: 0.35em;
    font-size: medium;
    text-align: justify;
    margin-bottom: 0.35em;
    line-height: 125%
    }
p.noindent {
    text-indent: 0
    }
p.pg {
    text-indent: 0;
    font-family: Times-Roman, serif
    }
p.center {
    text-align: center;
    text-indent: 0
    }
p.titleblock {
    margin-top: 0;
    margin-bottom: 0;
    text-indent: 0;
    text-align: center;
    line-height: 125%
    }
p.titleblockl {
    margin-top: 0;
    margin-bottom: 0;
    text-indent: 2.25em;
    text-align: left;
    line-height: 125%
    }
p.chapter {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 100%
    }
h1, h2, h3 {
    text-align: center;
    clear: both;
    font-weight: normal;
    page-break-after: avoid !important
    }
h1.pg {
    text-align: center;
    clear: both;
    font-weight: bold;
    font-family: Times-Roman, serif
    }
h3.pg {
    text-align: center;
    clear: both;
    font-weight: bold;
    font-family: Times-Roman, serif;
    margin-top: 0;
    clear: both;
    word-spacing: 0
    }
h2 {
    margin-top: 2em;
    clear: both;
    word-spacing: 0.6em;
    letter-spacing: 0.2em;
    font-weight: 500
    }
h3 {
    margin-top: 1em;
    clear: both;
    word-spacing: 0.2em
    }
hr {
    width: 33%;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    clear: both
    }
hr.chapter {
    width: 55%;
    margin-top: 1.5em;
    margin-bottom: 0;
    page-break-before: always
    }
hr.sorta {
    width: 45%;
    margin-top: 0.5em;
    margin-bottom: 0.5em
    }
hr.minor {
    width: 30%;
    margin-top: 0.5em;
    margin-bottom: 0.5em
    }
hr.wide {
    width: 80%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center
    }
table {
    margin-left: auto;
    margin-right: auto
    }
td.pr {
    text-align: right;
    vertical-align: top
    }
body {
    margin-left: 10%;
    margin-right: 10%;
    font-family: Arial, san-serif
    }
a {
    text-decoration: none
    }
.blockquot {
    margin-left: 10%;
    margin-right: 10%
    }
.center {
    text-align: center
    }
.smcap {
    font-variant: small-caps
    }
.figcenter {
    margin: auto;
    text-align: center
    }
.figleft {
    margin: auto;
    text-align: left
    }
.caption {
    font-size: 80%
    }
img {
    border: none
    }
ins.transcriber {
    text-decoration: none;
    border-bottom: thin dotted silver
    }
div.tnote {
    border: dashed 1px;
    margin-left: 10%;
    margin-right: 10%;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 90%;
    page-break-before: always
    }
div.tnote p {
    text-indent: 0;
    margin-top: 0.5em;
    font-size: 90%
    }
hr.full {
    width: 100%;
    margin-top: 3em;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    border-width: 4px 0 0 0;
    border-style: solid;
    border-color: #000;
    clear: both
    }
pre {
    font-size: 85%
    }