p {
    text-align: justify;
    text-indent: 1.5em
    }
p.center, .transcribers-note p, p.pseudo-heading, p.image-center, #title-page p {
    text-indent: 0
    }
h1, h2, h3, p.pseudo-heading {
    text-align: center;
    clear: both;
    font-weight: normal;
    font-size: x-large;
    line-height: 1.6
    }
h1 {
    margin: 6em auto 1em auto
    }
h2 {
    margin: 6em auto 1.5em auto
    }
h3, p.pseudo-heading {
    font-size: large;
    margin: 4em auto 1em auto
    }
a:link, a:visited {
    text-decoration: none
    }
ins {
    text-decoration: none;
    border-bottom: 1px dashed #add8e6
    }
#title-page p, .center {
    text-align: center
    }
.image-center {
    text-align: center;
    margin: 2em auto
    }
.space-above {
    padding-top: 3em
    }
.spaced {
    line-height: 1.6
    }
.small {
    font-size: smaller
    }
.big {
    font-size: larger
    }
.italic {
    font-style: italic
    }
.small-caps {
    font-variant: small-caps
    }
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
    }
ul#corrections {
    list-style-type: none;
    margin: 0;
    padding: 0
    }
ul#corrections li {
    text-align: justify;
    margin: 0.25em 0
    }
ul#corrections .correction {
    text-decoration: underline
    }
@media screen {
    body {
        width: 80%;
        max-width: 35em;
        margin: auto
        }
    p {
        margin: 0.5em auto
        }
    .transcribers-note {
        background-color: #fafafa;
        border: 1px dashed #808080;
        padding: 0 0.75em;
        margin: 6em auto;
        max-width: 100%
        }
    .page-break, p.pseudo-heading {
        margin-top: 8em
        }
    }
@media print {
    a:link, a:visited {
        color: black
        }
    }
@media all {
    p {
        margin: 0
        }
    .transcribers-note {
        background-color: white;
        border: none;
        padding: 0
        }
    .transcribers-note p {
        margin: 0.25em 0
        }
    .transcribers-note .screen, .pagenum {
        display: none
        }
    ins {
        border: none
        }
    .transcribers-note, h1, h2, h3, p.pseudo-heading, .page-break, .footnotes {
        page-break-before: always;
        padding-top: 2em
        }
    h1, h2, h3 {
        margin: 0 0 1em 0
        }
    h3.no-page-break {
        page-break-before: auto
        }
    .space-above {
        padding-top: 1.5em
        }
    }
@media all {
    body {
        margin: auto;
        padding: 0;
        width: auto
        }
    p {
        line-height: normal;
        margin: 0
        }
    ul#corrections li {
        margin: 0
        }
    }