body {
    color: #000;
    background: inherit;
    margin-left: 18%;
    margin-right: 18%
    }
p {
    text-align: justify
    }
td {
    text-align: center;
    font-size: 1.1em;
    font-weight: normal
    }
td.left {
    text-align: left;
    font-size: 0.8em;
    font-weight: bold
    }
td.right {
    text-align: right;
    font-size: 0.8em;
    font-weight: bold
    }
td.note {
    text-align: left;
    font-size: 0.9em;
    font-weight: normal;
    border: 1px dotted;
    padding: 1em
    }
ul {
    list-style-type: none
    }
ul.none {
    font-size: 0.8em;
    margin-left: 15%;
    margin-right: 10%;
    list-style-type: none
    }
ul.index {
    font-size: 0.8em;
    margin-left: 2%;
    list-style-type: none
    }
ul.index1 {
    margin-left: 5%;
    list-style-type: none
    }
ul.index2 {
    margin-left: 5%;
    list-style-type: none
    }
.sc {
    font-variant: small-caps
    }
blockquote {
    text-align: justify;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 1em
    }
blockquote.comment {
    text-align: justify;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 0.9em
    }
blockquote.note {
    text-align: justify;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 1em
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center
    }
p.center {
    text-align: center;
    font-size: 0.9em
    }
p.author {
    margin-top: -1em;
    margin-right: 5%;
    text-align: right
    }
p.footnote {
    font-size: 0.8em;
    margin-left: 10%;
    margin-right: 10%
    }
.note {
    font-size: 0.8em;
    margin-left: 10%;
    margin-right: 10%
    }
p.note1 {
    font-size: 0.8em
    }
p.tag {
    font-size: 0.9em
    }
p.indent {
    margin-left: 3em;
    font-size: 1.2em;
    font-weight: bold
    }
p.indent1a {
    margin-left: 1.5em;
    font-size: 1.2em;
    font-weight: bold
    }
p.indent1 {
    margin-left: 30%
    }
p.indent2 {
    margin-left: 20%
    }
span.outdent {
    text-align: left;
    margin-left: -0.2em
    }
span.left {
    font-size: 0.8em;
    text-align: left;
    color: #ddd;
    background: inherit;
    font-weight: normal
    }
span.left1 {
    font-size: 0.4em;
    text-align: right;
    font-weight: bold
    }
.emph {
    font-size: 1.8em;
    font-weight: bold
    }
sup {
    font-size: 1.3em
    }
hr {
    text-align: center;
    width: 50%;
    color: #999;
    background: inherit
    }
hr.short {
    width: 30%;
    color: #ddd;
    background: inherit
    }
hr.shorter {
    width: 15%;
    color: #eee;
    background: inherit
    }
hr.full {
    width: 70%;
    color: black;
    background: inherit
    }
.poem {
    margin-bottom: 1em;
    margin-left: 25%;
    margin-right: 5%;
    text-align: left;
    font-size: 1em
    }
.poem .stanza {
    margin: 1em 0
    }
.poem p {
    padding-left: 3em;
    margin: 0;
    text-indent: -3em
    }
.poem p.i2 {
    margin-left: 1em
    }
.poem p.i4 {
    margin-left: 2em
    }
.poem p.i6 {
    margin-left: 3em
    }
.poem p.i8 {
    margin-left: 4em
    }
.poem p.i10 {
    margin-left: 5em
    }
.poem p.i12 {
    margin-left: 6em
    }
.poem p.i16 {
    margin-left: 8em
    }
.poem p.i18 {
    margin-left: 9em
    }
.poem p.i20 {
    margin-left: 10em
    }
.poem p.i22 {
    margin-left: 11em
    }
.poem p.i24 {
    margin-left: 12em
    }
.poem p.i26 {
    margin-left: 13em
    }
.poem p.i28 {
    margin-left: 14em
    }
.poem p.i32 {
    margin-left: 16em
    }
.poem p.i40 {
    margin-left: 20em
    }
.figcenter {
    padding-right: 1em;
    padding-left: 1em;
    font-size: 0.9em;
    padding-bottom: 1em;
    margin: 0;
    padding-top: 1em;
    text-align: center
    }
.figcenter {
    margin: auto
    }
a:link {
    text-decoration: none
    }
a:visited {
    color: blue;
    background: inherit;
    text-decoration: none
    }
a:hover {
    color: blue;
    background: inherit;
    text-decoration: none
    }
a:active {
    text-decoration: underline
    }
a.contents:link {
    color: #000;
    background: inherit;
    text-decoration: none
    }
a.contents:visited {
    color: #000;
    background: inherit;
    text-decoration: none
    }
a.contents:hover {
    color: blue;
    background: #fff;
    text-decoration: none
    }
a.contents:active {
    color: #c09;
    background: inherit;
    text-decoration: underline
    }
a.note:link {
    color: #000;
    background: inherit;
    text-decoration: underline
    }
a.note:visited {
    color: #000;
    background: inherit;
    text-decoration: underline
    }
a.note:hover {
    color: blue;
    background: #fff;
    text-decoration: underline
    }
a.note:active {
    color: #c09;
    background: inherit;
    text-decoration: underline
    }