body {
    background-color: #e2d6c2
    }
h1 {
    text-align: center;
    font-size: 1.2em;
    font-variant: small-caps;
    line-height: 200%;
    font-weight: normal;
    margin: 2em auto;
    letter-spacing: 0.1em;
    word-spacing: 0.5em
    }
h1:first-line {
    font-size: 140%
    }
p {
    margin-top: 0.75em;
    text-align: justify;
    margin-bottom: 0.75em;
    text-indent: 1.5em;
    line-height: 1.3em
    }
.cs20 {
    font-size: 2em
    }
.cs12 {
    font-size: 1.2em
    }
.cs9 {
    font-size: 0.9em
    }
.cs8 {
    font-size: 0.8em
    }
.cs7 {
    font-size: 0.7em
    }
.cs6 {
    font-size: 0.6em
    }
em {
    font-style: normal;
    font-size: 0.75em
    }
ins {
    text-decoration: none;
    border-bottom: thin dotted silver
    }
sup {
    font-size: 0.9em;
    font-style: normal;
    font-variant: normal
    }
.addr {
    text-align: left;
    margin-left: 3em
    }
.cent {
    text-align: center;
    text-indent: 0;
    clear: both
    }
.esp {
    letter-spacing: 0.2em;
    word-spacing: 0.5em
    }
.hang {
    margin-left: 7em;
    text-indent: -5.5em
    }
.lsep {
    line-height: 1.6em
    }
.manuscr {
    margin: 1em;
    font-size: small
    }
div.manuscr p {
    margin-top: 0.5em;
    margin-bottom: 0.5em
    }
.nobreak {
    page-break-before: avoid
    }
.noind {
    text-indent: 0
    }
.smcap {
    font-variant: small-caps
    }
.ssrf {
    font-family: sans-serif
    }
.sep2 {
    margin-top: 2em
    }
.sep3 {
    margin-top: 3em
    }
.sep4 {
    margin-top: 4em
    }
.sepb2 {
    margin-bottom: 2em
    }
.sepb4 {
    margin-bottom: 4em
    }
.pagenum {
    font-size: 90%;
    font-weight: normal;
    font-style: normal;
    text-align: right;
    color: #999;
    background-color: inherit;
    text-indent: 0
    }
.box {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 36em;
    background-color: #ddd;
    padding: 1em;
    border: solid 1px #ccc;
    font-size: 0.9em
    }
hr {
    border-style: solid none none;
    clear: both;
    margin: 1em auto
    }
hr.full {
    clear: both;
    margin: 2em auto;
    border-width: 4px 0 0 0;
    border-color: #993
    }
hr.hr10 {
    clear: both;
    width: 10%;
    margin: 1em auto
    }
img {
    margin: 0 auto;
    border: none
    }
img.border {
    border: 3px solid #dcb
    }
.figclose {
    clear: both;
    text-align: center;
    margin: 0
    }
.poem {
    width: 24em;
    margin: 1em auto;
    font-size: 0.9em
    }
.verse {
    padding-left: 12em;
    text-indent: -12em
    }
a:link {
    color: #660;
    text-decoration: none
    }
a:visited {
    color: #660;
    text-decoration: none
    }
a:hover {
    color: #000;
    text-decoration: underline
    }
@media screen {
    body {
        width: 600px;
        margin: 0 auto
        }
    .screenonly {
        display: block
        }
    .lajust {
        clear: left;
        float: left
        }
    .rajust {
        clear: right;
        float: right
        }
    .figcenter {
        clear: both;
        text-align: center;
        margin: 2em 0
        }
    .figleft {
        clear: left;
        text-align: left;
        float: left;
        margin-top: -1em
        }
    .figright {
        clear: right;
        text-align: right;
        float: right;
        margin-top: -1em
        }
    .handonly {
        display: none
        }
    }
@media all {
    body {
        width: 100%
        }
    p {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        line-height: 1.1em;
        font-size: 1em
        }
    .screenonly {
        display: none
        }
    .handonly {
        display: block
        }
    .figcenter {
        clear: both;
        text-align: center;
        margin: 1em 0
        }
    .figleft {
        clear: both;
        float: none;
        text-align: left;
        margin: 1em 0
        }
    .figright {
        clear: both;
        float: none;
        text-align: right;
        margin: 1em 0
        }
    .lajust {
        display: none
        }
    .poem {
        margin-left: 3em
        }
    .rajust {
        display: none
        }
    }