body {
    margin-left: 10%;
    margin-right: 10%
    }
h1, h2 {
    text-align: center;
    margin-top: 2em;
    clear: both
    }
h1 {
    font-size: 4em;
    margin-top: 0.7em;
    line-height: 0.8em
    }
h2 {
    font-weight: normal
    }
.pagenum {
    font-size: small;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    color: #ccc;
    text-align: right
    }
p {
    margin-top: 0.5em;
    text-align: justify;
    margin-bottom: 0.5em;
    text-indent: 1em
    }
.noind {
    text-indent: 0
    }
.cent {
    text-align: center;
    text-indent: 0
    }
.t1 {
    font-size: 2.4em;
    font-weight: bold
    }
.t2 {
    font-size: 1.2em
    }
.t3 {
    font-size: 0.8em
    }
.t4 {
    font-size: 0.7em
    }
.t5 {
    font-size: 0.4em
    }
.sep0 {
    margin-top: 0
    }
.sep2 {
    margin-top: 2em
    }
.sep4 {
    margin-top: 4em
    }
.bot0 {
    margin-bottom: 0
    }
.bot2 {
    margin-bottom: 2em
    }
.spaced {
    line-height: 1.8em
    }
span.over {
    text-decoration: overline
    }
ins {
    text-decoration: none;
    border-bottom: thin dotted gray
    }
p.somm {
    margin: 0 8% 1.5em 8%;
    text-indent: 0;
    font-style: italic
    }
div.chapnum {
    margin: 1.5em 0 0.5em 0;
    font-style: italic
    }
div.chaptitle {
    margin: 0.5em 0 0 1em
    }
div.somm {
    margin: 0.5em 0 0 2em;
    text-align: justify
    }
.smcap {
    font-variant: small-caps
    }
sup {
    font-size: 0.6em;
    font-style: normal
    }
.noind {
    text-indent: 0
    }
.cap:first-letter {
    clear: left;
    font-size: 300%;
    margin-right: 0.1em;
    font-style: normal
    }
.cap {
    text-indent: 0
    }
.ital {
    font-style: italic
    }
.aut {
    text-align: right;
    margin-top: -0.5em;
    margin-right: 3em
    }
.box {
    margin-left: auto;
    margin-right: auto;
    max-width: 32em;
    background-color: #f8f8f8;
    padding: 1em;
    border: solid 1px
    }
hr.double {
    margin: 2em 0 0 0;
    border-style: solid none solid none;
    height: 0.2em
    }
.figcenter {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    text-align: center
    }
.figcdl {
    margin-top: 2em;
    margin-bottom: 4em;
    text-align: center
    }
.mathform {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: center
    }
img.maths2 {
    height: 2.4em;
    border: none;
    vertical-align: middle
    }
img.maths3 {
    height: 3.2em;
    border: none;
    vertical-align: middle
    }
table {
    margin-left: auto;
    margin-right: auto;
    border: none
    }
.tdl {
    text-align: left;
    vertical-align: bottom;
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 0.9em;
    width: auto
    }
.tdr {
    text-align: right;
    vertical-align: bottom;
    font-size: 0.9em;
    width: 2em
    }
.footnote {
    background-color: #f6f6f6;
    padding: 0 1em 0 1em;
    margin: 0.5em 5% 1em 5%;
    font-size: smaller;
    border: solid 1px #ccc
    }
.fnanchor {
    vertical-align: super;
    font-size: 0.7em;
    text-decoration: none;
    font-style: normal;
    letter-spacing: normal
    }
.footnote .label {
    text-align: right;
    font-size: smaller
    }
.poem {
    margin-left: 10%;
    text-align: left;
    font-size: 0.9em
    }
.poem .stanza {
    margin: 1em 0 1em 0
    }
.poem .verse12 {
    padding-left: 6em;
    text-indent: -6em
    }
.poem .verse10 {
    padding-left: 6em;
    text-indent: -4em
    }
.poem .verse8 {
    padding-left: 6em;
    text-indent: -2em
    }
@media screen {
    .handonly {
        display: none
        }
    .screenonly {
        display: inline
        }
    }
@media print {
    ins {
        border-bottom: none
        }
    .screenonly {
        display: none
        }
    }
@media all {
    .npage {
        page-break-before: always
        }
    .pagenum {
        display: none
        }
    p.handonly {
        display: block
        }
    div.handonly {
        display: block
        }
    span.handonly {
        display: inline
        }
    .screenonly {
        display: none
        }
    ins {
        border-bottom: none
        }
    }
a:link {
    color: blue;
    text-decoration: none
    }
a:visited {
    color: blue;
    text-decoration: none
    }
a:hover {
    color: black;
    text-decoration: underline
    }