p {
    text-align: justify;
    text-indent: 1.5em
    }
p.center, p.no-indent, #tnote p, #tnote-bottom p {
    text-indent: 0
    }
h1, h2 {
    text-align: center;
    clear: both;
    font-weight: normal
    }
h1 {
    font-size: x-large;
    margin: 6em auto 1.5em auto
    }
h2 {
    margin: 6em auto 1.5em auto;
    line-height: 1.5em
    }
a:link, a:visited {
    text-decoration: none
    }
ins {
    text-decoration: none;
    border-bottom: 1px dashed #add8e6
    }
hr {
    width: 6em;
    color: black;
    background-color: black;
    border: none;
    margin: 2em auto
    }
hr.thought-break {
    visibility: hidden
    }
.center {
    text-align: center
    }
.right {
    text-align: right
    }
.figcenter {
    text-align: center;
    margin: 2em auto
    }
.figcenter p.caption {
    text-align: center;
    text-indent: 0;
    line-height: 1.5em;
    margin-top: 0.25em
    }
img {
    vertical-align: middle
    }
.small-caps {
    font-variant: small-caps
    }
.all-upper {
    text-transform: lowercase
    }
.italic {
    font-style: italic
    }
a[title].pagenum:after {
    content: attr(title);
    border: 1px solid silver;
    display: inline;
    font-size: x-small;
    text-align: right;
    color: #808080;
    background-color: inherit;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0;
    letter-spacing: 0
    }
p.sidenote {
    text-align: right;
    font-weight: bold;
    margin: 0;
    padding: 0.25em 0 0.25em 0.25em
    }
#tnote, #tnote-bottom {
    max-width: 95%;
    border: 1px dashed #808080;
    background-color: #fafafa;
    text-align: justify;
    padding: 0 0.75em;
    margin: 6em auto
    }
#toc, #index, #symbols {
    margin: auto
    }
#index th {
    text-align: right;
    font-weight: normal;
    font-size: smaller
    }
#toc td {
    font-variant: small-caps;
    vertical-align: top
    }
#index td {
    vertical-align: top;
    padding-left: 1.5em;
    text-indent: -1.5em
    }
#toc td.right, #index td.right {
    padding-left: 3em;
    vertical-align: bottom;
    text-indent: 0
    }
#index td.new-letter {
    padding-top: 1em
    }
#index td.indent, #symbols td.gap {
    padding-left: 3em
    }
#corrections {
    list-style-type: none;
    margin: 0;
    padding: 0
    }
#corrections li {
    margin: 0.5em 0.25em
    }
#corrections .correction {
    text-decoration: underline
    }
@page {
    margin: 0.25em
    }
@media screen {
    body {
        width: 80%;
        max-width: 42em;
        margin: auto
        }
    p {
        margin: 0.75em auto
        }
    #tnote, #tnote-bottom {
        max-width: 26em
        }
    .page-break {
        margin-top: 8em
        }
    }
@media all {
    p {
        margin: 0
        }
    #tnote, #tnote-bottom {
        background-color: white;
        border: none;
        width: 100%
        }
    #tnote p, #tnote-bottom p {
        margin: 0.25em 0
        }
    #tnote .screen, .pagenum {
        display: none
        }
    ins {
        border: none
        }
    a:link, a:visited {
        color: black
        }
    #tnote, #tnote-bottom, h1, h2, .page-break {
        page-break-before: always
        }
    #tnote-bottom {
        page-break-after: always
        }
    .figcenter p.caption {
        page-break-before: avoid
        }
    p.sidenote {
        page-break-after: avoid
        }
    }
@media all {
    body {
        margin: 0;
        padding: 0;
        width: 95%
        }
    #corrections li {
        margin: 0
        }
    }