@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;
        white-space: nowrap;
        text-align: right;
        color: gray;
        display: inline;
        visibility: visible;
        text-indent: 0
        }
    .pagenum a {
        text-decoration: none;
        color: #444
        }
    .pagenum a:hover {
        color: #F00
        }
    }
body p {
    text-align: justify;
    font-size: medium;
    max-width: 46em;
    margin-left: auto;
    margin-right: auto
    }
p {
    margin-top: 0.75em;
    text-align: justify;
    margin-bottom: 0.75em
    }
p.chapter {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 100%
    }
p.pn {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 100%
    }
p.right {
    text-align: right;
    margin-top: 0;
    margin-bottom: 0
    }
p.titleblock {
    margin-top: 0;
    margin-bottom: 0;
    text-indent: 0;
    text-align: center;
    line-height: 125%
    }
hr {
    width: 33%;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    clear: both
    }
body {
    margin-left: 10%;
    margin-right: 10%
    }
.center {
    text-align: center
    }
.smcap {
    font-variant: small-caps
    }
.u {
    text-decoration: underline
    }
img {
    border: none
    }
.figcenter {
    margin: auto;
    text-align: center
    }
.figcenter a:hover {
    border-bottom: none
    }
.caption {
    font-size: 90%;
    font-weight: bold
    }
.italcaption {
    font-size: 90%;
    font-style: italic;
    font-weight: bold
    }
h1, h2, h3, h4 {
    text-align: center;
    clear: both;
    page-break-after: avoid !important
    }
.index.h4 {
    margin-top: 0;
    margin-bottom: 0
    }
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.minor {
    width: 30%;
    margin-top: 0.5em;
    margin-bottom: 0.5em
    }
a {
    text-decoration: none
    }
a:hover {
    border-bottom: thin dotted silver
    }
.tr {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 1em;
    background-color: #f6f2f2;
    color: black;
    border: dotted black 1px
    }
div.index {
    font-size: 87.5%
    }
ul.IX {
    list-style-type: none;
    font-size: inherit
    }
.IX li {
    margin-top: 0.075em
    }
.totoc {
    font-size: x-small;
    text-align: right;
    color: gray
    }
table {
    margin-left: auto;
    margin-right: auto;
    empty-cells: show;
    margin-bottom: 2em
    }
td a[href]:hover {
    border-bottom: none
    }
td.chap {
    text-align: left;
    font-variant: small-caps
    }
td.chap a[href]:hover {
    border-bottom: thin dotted silver
    }
td.imgr {
    text-align: left;
    font-variant: normal
    }
td.pr {
    text-align: right;
    font-size: 90%
    }
td.pr a[href]:hover {
    border-bottom: thin dotted silver
    }
td.abstract p {
    letter-spacing: 0.02em;
    text-align: justify;
    line-height: 1.35em;
    margin-left: 14%;
    margin-right: 0%;
    margin-top: 0.25em;
    margin-bottom: 0.75em
    }
td.tdnwc {
    text-align: center;
    white-space: nowrap
    }