body {
    background: #fff;
    margin-left: 12%;
    margin-right: 12%
    }
p {
    text-align: justify
    }
td {
    text-align: left;
    font-size: 0.9em;
    font-weight: normal
    }
td.left {
    text-align: left;
    font-size: 1em;
    font-weight: bold
    }
td.right {
    text-align: right;
    font-size: 0.9em;
    font-weight: bold
    }
td.inset {
    border: medium double #000;
    text-align: left;
    font-size: 0.8em;
    font-weight: bold
    }
.smcaps {
    font-variant: small-caps
    }
blockquote {
    text-align: justify;
    margin-left: 20%;
    margin-right: 20%;
    font-size: 0.9em
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center
    }
p.center {
    text-align: center
    }
p.footnote {
    font-size: 0.8em;
    margin-left: 10%;
    margin-right: 10%
    }
p.note {
    font-size: 0.9em;
    margin-left: 5%;
    margin-right: 5%
    }
p.note1 {
    font-size: 0.8em;
    margin-left: 8%
    }
span.outdent1 {
    text-align: left;
    margin-left: -2em
    }
span.left {
    font-size: 0.8em;
    text-align: left;
    color: #ddd;
    font-weight: normal
    }
span.page {
    font-size: 0.7em;
    font-weight: normal;
    color: #ccc;
    text-align: left
    }
sup {
    font-size: 0.8em
    }
hr {
    text-align: center;
    width: 50%;
    color: #000
    }
hr.short {
    width: 30%;
    color: #ccc
    }
hr.full {
    width: 70%;
    color: black
    }
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;
    text-decoration: none
    }
a.contents:visited {
    color: #000;
    text-decoration: none
    }
a.contents:hover {
    color: blue;
    background: #fff;
    text-decoration: none
    }
a.contents:active {
    color: #c09;
    text-decoration: underline
    }
a.note:link {
    color: #000;
    text-decoration: underline
    }
a.note:visited {
    color: #000;
    text-decoration: underline
    }
a.note:hover {
    color: blue;
    background: #fff;
    text-decoration: underline
    }
a.note:active {
    color: #c09;
    text-decoration: underline
    }