@media print {
    p {
        margin-top: 0;
        margin-bottom: 0
        }
    :link, :visited, :active {
        text-decoration: none;
        color: black
        }
    .pagenum {
        display: none
        }
    .contents, .titlepage {
        border-bottom: none;
        border-top: none
        }
    }
body {
    background-color: white;
    color: black;
    margin-left: auto;
    margin-right: auto;
    width: 30em
    }
div.footnote {
    text-indent: -1.5em;
    margin-left: 1.5em;
    margin-top: 1ex;
    margin-bottom: 1ex
    }
div.footnotes {
    margin-left: 2em;
    margin-right: 1em;
    font-size: 90%
    }
.footnoteref {
    font-size: 90%
    }
blockquote {
    margin-left: 0;
    margin-right: 0;
    margin-top: 3ex;
    margin-bottom: 3ex
    }
blockquote.italic {
    font-style: italic
    }
blockquote p {
    text-indent: 3em;
    text-align: justify
    }
h1 {
    font-size: 300%;
    text-align: center;
    font-weight: normal;
    margin: 3ex 1em 1em 1ex
    }
h1.pg {
    font-size: 173%;
    text-align: center;
    font-weight: bold;
    margin: 0 0 0 0
    }
h4.pg {
    text-align: center
    }
h2 {
    font-size: 130%;
    page-break-before: always;
    text-align: center;
    margin-top: 7ex;
    margin-bottom: 4ex;
    font-weight: normal
    }
h3 {
    font-size: 110%;
    text-align: center;
    font-weight: normal;
    margin-top: 4ex;
    margin-bottom: 2ex
    }
td.chapno {
    font-size: 120%;
    text-align: right;
    padding-right: 0.5em;
    padding-left: 2em
    }
td.chapname {
    font-size: 120%;
    text-align: left;
    padding-left: 0.5em
    }
p {
    text-align: justify;
    text-indent: 1.5em;
    margin-top: 1ex;
    margin-bottom: 1ex
    }
div.titlePage {
    page-break-after: always;
    border-bottom: solid grey thin
    }
div.byline {
    font-size: 150%;
    text-align: center;
    margin-top: 2ex;
    margin-bottom: 3ex
    }
div.docAuthor {
    font-size: 150%;
    text-align: center;
    font-weight: bold;
    margin-top: 2.5ex;
    margin-bottom: 2.5ex
    }
div.docImprint {
    font-size: 150%;
    text-align: center;
    font-weight: bold;
    margin-top: 9ex;
    margin-bottom: 2ex
    }
p.contents {
    font-weight: bold;
    font-size: 180%;
    text-align: center;
    page-break-before: always;
    border-top: solid grey thin;
    padding-top: 3ex;
    margin-bottom: 4ex
    }
div.contents {
    page-break-after: always;
    border-bottom: solid grey thin;
    padding-bottom: 3ex
    }
.italic {
    font-style: italic
    }
.hidden {
    display: none
    }
.pagenum {
    font-size: smaller;
    font-style: normal;
    text-align: right;
    text-indent: 0;
    color: #666
    }
hr {
    width: 100%
    }
pre {
    font-size: 8pt
    }