body {
    margin-left: 10%;
    margin-right: 10%
    }
div.titlepage {
    margin: 4em auto;
    text-align: center
    }
hr {
    width: 80%;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center
    }
hr.mid {
    width: 40%
    }
hr.small {
    width: 30%
    }
a.error {
    border-bottom: 1px dotted red
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 0.5em;
    margin-bottom: 0.5em
    }
h1 {
    font-size: 200%;
    line-height: 2;
    margin-bottom: 0
    }
h2 {
    font-size: 175%
    }
h3 {
    font-size: 150%;
    margin-top: 2em
    }
h4 {
    font-size: 120%;
    margin-top: 2em
    }
div.endnote > h4:first-child {
    margin-top: 0.5em
    }
h5 {
    font-size: 100%
    }
div.correction h5 {
    font-size: medium;
    font-weight: bold;
    text-align: left;
    margin-top: 0.25em
    }
h6 {
    font-size: 85%
    }
span.subhead {
    font-size: 67%;
    line-height: 2
    }
p {
    margin-top: 0.5em;
    margin-bottom: 0;
    line-height: 1.2
    }
div.titlepage p {
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em
    }
div.intro > p {
    text-indent: 1.5em;
    margin-top: 0
    }
p.center {
    text-align: center
    }
p.right {
    text-align: right;
    margin-bottom: 0.5em
    }
p.dateline {
    font-style: italic;
    font-size: 92%
    }
div.index p {
    margin-left: 3em;
    text-indent: -3em;
    font-size: 92%;
    margin-top: 0.25em
    }
div.index p.inset {
    text-indent: -1.5em
    }
div.index p.inset2 {
    text-indent: -0.5em
    }
div.index p.letterhead {
    margin: 1em auto 0.5em 6em;
    text-indent: 0
    }
div.index {
    margin: 4em 0
    }
div.picture {
    text-align: center;
    margin: 1em auto
    }
p.illustration {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em
    }
p.caption {
    text-align: center;
    margin: 0.5em auto 1em;
    font-size: 83%
    }
.figfloat {
    clear: right;
    padding: 0 0 0.5em 0.5em
    }
table {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    border-collapse: collapse;
    font-size: inherit;
    font-family: inherit
    }
td {
    vertical-align: top;
    text-align: left;
    padding: 0.2em 0.1em 0.1em 2em;
    text-indent: -2em;
    line-height: 1.2
    }
td.right {
    text-align: right
    }
td.page {
    text-align: right;
    vertical-align: bottom;
    white-space: nowrap
    }
td.chapter {
    text-align: center;
    text-indent: 0;
    padding-top: 0.75em;
    padding-bottom: 0.25em;
    line-height: 2
    }
.allclear {
    clear: both
    }
.smallcaps {
    font-variant: small-caps;
    font-style: normal
    }
.smaller {
    font-size: 88%
    }
.smallest {
    font-size: 75%
    }
.larger {
    font-size: 112%
    }
.extended {
    letter-spacing: 0.2em;
    margin-right: -0.2em
    }
.small {
    font-size: 75%
    }
.tiny {
    font-size: 66%
    }
.micro {
    font-size: 50%
    }
.blackletter {
    font-family: sans-serif;
    font-size: 95%
    }
div.titlepage .blackletter {
    font-weight: bold;
    font-size: inherit
    }
span.firstword {
    text-transform: uppercase
    }
.mynote, .correction {
    background-color: #DDE;
    color: #000;
    border: 1px solid #CCD
    }
ins.correction, a.error {
    text-decoration: none;
    padding: 0.1em
    }
div.correction {
    font-family: sans-serif;
    font-size: 88%;
    margin: 0.25em 5%;
    padding: 0.5em 0.75em
    }
div.correction p {
    margin-left: 1em;
    text-indent: -1em
    }
span.citation {
    font-size: medium;
    font-family: serif
    }
span.pagenum {
    font-size: small;
    font-weight: normal;
    font-style: normal;
    text-align: right;
    text-indent: 0
    }
.mynote {
    font-family: sans-serif;
    font-size: 92%
    }
div.mynote {
    margin: 1em 5%;
    padding: 0.5em 1em 1em
    }
div.mynote a {
    text-decoration: none
    }
div.endnote {
    padding: 0.5em 1em 1em;
    margin: 1em;
    border: 3px ridge #A9F;
    font-family: sans-serif;
    font-size: 90%
    }
@media print {
    .screenstyle {
        display: none
        }
    body {
        margin-left: 2%;
        margin-right: 2%
        }
    a {
        text-decoration: none;
        color: inherit
        }
    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid
        }
    p.caption {
        page-break-before: avoid
        }
    span.pagenum {
        position: static;
        float: right;
        width: auto;
        margin-right: -10%
        }
    ins.correction, a.error {
        background-color: #CCC
        }
    ins.correction {
        border-bottom: none
        }
    }
@media screen {
    span.pagenum {
        position: absolute;
        right: 2%
        }
    .mynote ins.correction, a.error {
        border-bottom: 1px dotted red
        }
    }