@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
        }
    .pagenum a {
        text-decoration: none;
        color: #444
        }
    .pagenum a:hover {
        color: #F00
        }
    }
div.frontmatter {
    max-width: 48em;
    margin-left: auto;
    margin-right: auto;
    page-break-before: always
    }
p {
    text-align: justify;
    text-indent: 0.5em;
    font-size: medium;
    margin-bottom: 0;
    max-width: 40em;
    margin-left: auto;
    margin-right: auto
    }
p.noindent {
    text-indent: 0;
    text-align: justify
    }
p.flat {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 100%
    }
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%
    }
h2 + p, h3 + p {
    text-indent: 0
    }
h1, h2, h3 {
    text-align: center;
    clear: both;
    font-weight: normal;
    page-break-after: avoid !important
    }
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 {
    margin-top: 2em;
    margin-bottom: 2em;
    page-break-before: always
    }
hr.sorta {
    width: 45%;
    margin-top: 3em;
    margin-bottom: 3em
    }
hr.minor {
    width: 30%;
    margin-top: 0.5em;
    margin-bottom: 0.5em
    }
table {
    margin-left: auto;
    margin-right: auto
    }
td.pr {
    text-align: right;
    vertical-align: top
    }
body {
    margin-left: 10%;
    margin-right: 10%
    }
a {
    text-decoration: none
    }
.center {
    text-align: center
    }
.smcap {
    font-variant: small-caps
    }
.figcenter, .figcenterchap {
    margin-left: auto;
    margin-right: auto;
    text-align: center
    }
.caption {
    font-size: 80%
    }
img {
    border: none
    }