h1, h2, h3 {
    text-align: center;
    clear: both
    }
h2 + p, h3 + p {
    text-indent: 0
    }
p {
    text-align: justify;
    text-indent: 2em
    }
hr {
    width: 33%;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    clear: both
    }
hr.chap {
    width: 65%
    }
ins {
    text-decoration: none;
    border-bottom: 1px dashed #add8e6
    }
table {
    margin-left: auto;
    margin-right: auto
    }
.press, .series {
    margin-left: 15%;
    margin-right: 15%
    }
.series p {
    text-align: center;
    text-indent: 0
    }
.series ul {
    list-style-type: none;
    text-indent: -2em
    }
.sig {
    text-align: right
    }
.center {
    text-align: center
    }
.smcap {
    font-variant: small-caps
    }
.lowercase {
    text-transform: lowercase
    }
.pagenum {
    font-size: smaller;
    color: #a0a0a0;
    text-align: right;
    text-indent: 2em
    }
.figcenter {
    margin: auto;
    text-align: center
    }
.footnotes {
    border: dashed 1px #808080;
    background-color: #fafafa;
    font-family: sans-serif, serif
    }
.footnote {
    margin: 1em
    }
.footnote.label {
    text-align: left;
    font-size: 0.8em;
    vertical-align: top
    }
.fnanchor {
    vertical-align: super;
    font-size: 0.6em;
    text-decoration: none
    }
.tnote {
    margin: 6em auto
    }
.tnote, .tnote-end {
    text-align: justify;
    padding: 0 0.75em;
    margin: auto;
    font-family: sans-serif, serif
    }
.tnote p, .tnote-end p {
    text-indent: 0
    }
.correction {
    text-decoration: underline
    }
.corrections {
    list-style-type: none;
    margin: 0;
    padding: 0
    }
.corrections li {
    margin: 0.5em 0.25em
    }
#index {
    list-style-type: none
    }
#index li {
    margin-top: 0.5em;
    padding-left: 4em;
    text-indent: -4em
    }
#index li.ifirst {
    margin-top: 2em
    }
#index li.isub {
    margin-top: 0;
    text-indent: -2em
    }
@media screen {
    body {
        width: 80%;
        max-width: 45em;
        margin: auto
        }
    p {
        margin: 0.75em auto
        }
    .tnote {
        max-width: 26em
        }
    .tnote, .tnote-end {
        border: 1px dashed #808080;
        background-color: #fafafa
        }
    }
@media screen, print {
    .corrections {
        margin: 1em 10%
        }
    }
@media all {
    p {
        margin: 0
        }
    ins {
        border: none
        }
    a:link, a:visited {
        color: black
        }
    .tnote p, .tnote-end p {
        margin: 0.25em 0
        }
    .tnote, .tnote-end, h1, h2 {
        page-break-before: always
        }
    }
@media all {
    body {
        margin: 0;
        padding: 0;
        width: 95%
        }
    .corrections li {
        margin: 0
        }
    }