body {
    background: #fff;
    margin-left: 10%;
    margin-right: 10%;
    font-weight: normal
    }
p {
    text-align: justify;
    font-weight: normal
    }
td {
    text-align: left;
    font-size: 0.9em
    }
td.left {
    text-align: left;
    font-size: 0.9em;
    font-weight: bold
    }
td.right {
    text-align: right;
    font-size: 0.9em;
    font-weight: bold
    }
blockquote {
    text-align: justify;
    margin-left: 25%
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center
    }
p.indent {
    text-align: justify;
    margin-left: 25%;
    font-size: 1em
    }
p.indent1 {
    text-align: justify;
    margin-left: 21%;
    font-size: 1em
    }
p.indent2 {
    text-align: justify;
    margin-left: 30%;
    font-size: 1em
    }
p.indent2a {
    text-align: justify;
    margin-left: 33%;
    font-size: 1em
    }
p.indent2b {
    text-align: justify;
    margin-left: 35%;
    font-size: 1em
    }
p.indent3 {
    text-align: justify;
    margin-left: 10%;
    margin-right: 5%;
    font-size: 1em
    }
p.indent3a {
    margin-left: 20%;
    margin-right: 2%;
    font-size: 0.9em
    }
p.indent4 {
    text-align: justify;
    margin-left: 15%;
    margin-right: 0%;
    font-size: 1em
    }
p.indentq {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 0.9em
    }
i.indent4 {
    font-size: 1em;
    font-weight: 600
    }
p.index {
    text-align: left;
    margin-left: 22%;
    font-size: 1em;
    font-weight: bold
    }
p.quote {
    font-size: 0.9em;
    margin-left: 2%;
    margin-right: 2%
    }
p.smallprint {
    font-size: 0.8em;
    margin-left: 23%;
    margin-right: 23%
    }
p.center {
    text-align: center;
    font-size: 0.7em
    }
p.center1 {
    text-align: center;
    font-size: 1em;
    font-weight: bold
    }
p.caption {
    text-align: center;
    font-size: 1.4em;
    font-weight: bold
    }
p.rindent {
    font-size: 0.9em;
    margin-right: 25%;
    text-align: right
    }
p.footnote {
    font-size: 0.8em;
    margin-left: 5%
    }
span.indent {
    margin-left: 5%;
    font-size: 1em
    }
span.outdent {
    text-align: justify;
    margin-left: -1em;
    font-size: 1em
    }
span.outdent2 {
    text-align: justify;
    margin-left: -4em;
    font-size: 1em
    }
p.contents {
    margin-left: 25%;
    font-size: 0.9em;
    font-weight: bold
    }
span.right {
    text-align: right;
    font-size: 0.9em
    }
span.right1 {
    margin-right: 20%;
    margin-left: 70%;
    text-align: right;
    font-size: 0.9em
    }
span.rix {
    margin-right: 22%;
    margin-left: 76%;
    text-align: right;
    font-size: 0.9em
    }
span.invisible {
    color: #ddd;
    font-size: 0.9em;
    font-weight: normal
    }
span.left {
    font-size: 0.8em;
    text-align: left;
    color: #ccc;
    font-weight: normal
    }
span.note {
    font-size: 0.8em
    }
span.notes {
    font-size: 0.8em;
    font-weight: bold
    }
span.lc {
    font-size: 1.1em
    }
span.sc {
    font-size: 0.7em
    }
hr {
    text-align: center;
    width: 50%;
    color: #000
    }
html > body hr {
    margin-right: 25%;
    margin-left: 25%;
    width: 50%
    }
hr.short {
    width: 30%;
    color: #000
    }
html > body hr.short {
    margin-right: 35%;
    margin-left: 35%;
    width: 30%
    }
hr.full {
    width: 70%;
    color: black
    }
html > body hr.full {
    margin-right: 15%;
    margin-left: 15%;
    width: 70%
    }
a:link {
    text-decoration: none
    }
a:visited {
    color: blue;
    text-decoration: none
    }
a:hover {
    color: blue;
    background: #fff;
    text-decoration: none
    }
a:active {
    text-decoration: underline
    }
a.contents:link {
    color: #000;
    background: #fff;
    text-decoration: none
    }
a.contents:visited {
    color: #000;
    background: #fff;
    text-decoration: none
    }
a.contents:hover {
    color: #03f;
    background: #fff;
    text-decoration: none
    }
a.contents:active {
    color: #03f;
    background: #fff;
    text-decoration: underline
    }
a.note:link {
    color: #000;
    text-decoration: underline
    }
a.note:visited {
    color: #000;
    text-decoration: underline
    }
a.note:hover {
    color: #03f;
    background: #fff;
    text-decoration: underline
    }
a.note:active {
    color: #c09;
    text-decoration: underline
    }