body {
    margin-left: 10%;
    margin-right: 10%
    }
h1, h2 {
    text-align: center;
    clear: both
    }
h2 {
    line-height: 150%
    }
p {
    margin-top: 0.75em;
    text-align: justify;
    margin-bottom: 0.75em;
    text-indent: 1em
    }
hr {
    width: 33%;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    clear: both
    }
hr.chap {
    width: 65%
    }
.cen {
    text-align: center;
    text-indent: 0
    }
.noin {
    text-indent: 0
    }
.img {
    text-align: center;
    padding: 1em;
    margin-left: auto;
    margin-right: auto
    }
.tr {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 1em;
    background-color: #f6f2f2;
    color: black;
    border: dotted black 1px
    }
ins.edcorr {
    text-decoration: none;
    border-bottom: thin dotted blue
    }
ins.mycorr {
    text-decoration: none;
    border-bottom: thin dotted red
    }
.mynote {
    background-color: #DDE;
    color: #000;
    padding: 0
    }
table {
    border-collapse: collapse
    }
table.toc, table.loi {
    margin: auto;
    max-width: 35em;
    padding: 0
    }
td.chn {
    padding-left: 2em;
    text-indent: -2em;
    text-align: center
    }
td.cht {
    padding-left: 2em;
    text-indent: -2em;
    text-align: left;
    vertical-align: top
    }
td.chr {
    text-align: right;
    vertical-align: top;
    padding-right: 1em
    }
td.chp {
    text-align: right;
    vertical-align: bottom
    }
ul {
    list-style-type: none;
    margin-left: 10%;
    padding: 0;
    margin-top: 0
    }
li {
    margin-top: 0.25em;
    padding-left: 2em;
    text-indent: -2em;
    text-align: justify
    }
li.subitem {
    padding-left: 3em
    }
li.subsubitem {
    padding-left: 4em
    }
li.idxletter {
    padding-top: 1em
    }
.pagenum {
    font-size: smaller;
    text-align: right;
    padding: 0;
    margin: 0;
    text-indent: 0
    }
blockquote {
    margin: 2em;
    text-indent: 2em
    }
.center {
    text-align: center
    }
.smcap {
    font-variant: small-caps
    }
.caption {
    font-size: smaller;
    font-weight: bold
    }
img {
    max-width: 100%;
    height: auto
    }
.figcenter {
    margin: 2em auto;
    text-align: center;
    max-width: 100%
    }
.footnotes {
    border: dashed 1px
    }
.footnote {
    margin-left: 10%;
    margin-right: 10%;
    font-size: 0.9em
    }
.footnote .label {
    text-align: right
    }
.fnanchor {
    vertical-align: super;
    font-size: 0.8em;
    text-decoration: none
    }
p.quotsig {
    text-align: right;
    margin-top: 0
    }
.ph1 {
    font-weight: bold;
    font-size: 150%;
    text-align: center;
    text-indent: 0;
    margin: 2em auto;
    line-height: 150%
    }
.ph2 {
    font-weight: bold;
    font-size: 120%;
    text-align: center;
    text-indent: 0;
    margin: 2em auto;
    line-height: 120%
    }
.topgap {
    margin-top: 2em
    }
.pagebreak {
    page-break-before: always
    }
div.tnotes {
    background-color: #eee;
    border: 1px solid black;
    padding: 0.5em 1em;
    max-width: 35em;
    margin: auto
    }
.covernote {
    visibility: hidden;
    display: none
    }
@media all {
    .covernote {
        visibility: visible;
        display: block
        }
    }