body {
    margin-left: 10%;
    margin-right: 10%
    }
#text-block {
    width: 90%;
    max-width: 45em
    }
p {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    text-align: justify;
    text-indent: 2em
    }
p.center, p.right, #tnote p, .small-capped-heading, .mixed-small-capped-heading, p.no-indent, .no-indent p, p.drop-cap {
    text-indent: 0
    }
p.larger-indent {
    text-indent: 4em
    }
p.even-larger-indent {
    text-indent: 6em
    }
p.even-even-larger-indent {
    text-indent: 8em
    }
p.huge-indent {
    text-indent: 16em
    }
h1, h2 {
    text-align: center;
    clear: both;
    margin-top: 0;
    font-weight: normal
    }
h2 {
    margin: 6em auto 1.5em auto
    }
h2 small {
    font-size: 0.7em
    }
ins {
    text-decoration: none;
    border-bottom: 1px dashed #add8e6
    }
hr {
    visibility: hidden;
    border: none;
    margin: 2em auto
    }
.smcap {
    font-variant: small-caps
    }
.uc-smcap {
    font-size: 0.85em
    }
.center {
    text-align: center
    }
.right {
    text-align: right
    }
#emblem {
    margin: 8em auto;
    text-align: center
    }
a[title].pagenum:after {
    content: attr(title);
    border: 1px solid silver;
    display: inline;
    font-size: x-small;
    text-align: right;
    color: #808080;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0;
    letter-spacing: 0
    }
#tnote {
    width: 26em;
    border: 1px dashed #808080;
    background-color: #fafafa;
    text-align: justify;
    padding: 0.25em 1em
    }
#tnote p {
    margin: 0.75em auto
    }
#books-by-gertrude {
    border: 2px solid black;
    width: 22em;
    padding: 1em;
    margin: 10em auto
    }
#books-by-gertrude p {
    margin: 0.75em auto
    }
.drop-cap:first-letter {
    font-size: 2.5em;
    margin: -0.15em 0.1em -0.1em 0
    }
.first-word {
    text-transform: uppercase
    }
#toc {
    width: 95%;
    max-width: 40em;
    margin: auto
    }
#toc td {
    border-bottom: 1px dashed silver
    }
#toc a {
    text-decoration: none
    }
#toc .chapter {
    font-variant: small-caps;
    vertical-align: top;
    text-indent: -2em;
    padding-left: 2em
    }
#toc .chapter i {
    font-variant: normal
    }
#toc .page {
    text-align: right;
    vertical-align: bottom
    }
.small-capped-heading {
    font-size: 0.85em;
    text-align: center
    }
.mixed-small-capped-heading {
    font-size: larger;
    font-variant: small-caps;
    text-align: center
    }
.small-capped-heading, .mixed-small-capped-heading, .heading-space {
    margin: 1.5em auto 1em auto
    }
.margin-left {
    margin-left: 4em
    }
@page {
    margin: 2cm
    }
@media print {
    body {
        margin: 2em
        }
    h1, h2, .page-break {
        page-break-before: always
        }
    #tnote, pre, .pagenum {
        display: none
        }
    ins, a {
        text-decoration: none;
        border: none;
        color: black
        }
    }