body {
    background: #fff;
    margin-left: 10%;
    margin-right: 10%
    }
p {
    text-align: justify
    }
td {
    text-align: left;
    font-size: 0.9em
    }
ul.none {
    list-style-type: none;
    margin-left: 2%
    }
li {
    font-size: 0.9em
    }
li.list {
    font-size: 1em
    }
blockquote {
    text-align: justify;
    margin-left: 5%
    }
p.indent {
    text-align: justify;
    margin-left: 25%;
    font-size: 0.8em
    }
p.indent1 {
    text-align: left;
    margin-left: 30%;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 150%
    }
p.indent2 {
    text-align: left;
    margin-left: 35%;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 150%
    }
span.indent1 {
    text-align: left;
    margin-left: 40%;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 150%
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center
    }
p.footnote {
    font-size: 0.9em
    }
span.note {
    font-size: 0.8em;
    font-weight: normal
    }
hr {
    text-align: center;
    width: 50%;
    color: #000
    }
html > body hr {
    margin-right: 25%;
    margin-left: 25%;
    width: 50%
    }
hr.short {
    text-align: center;
    width: 30%;
    color: #000
    }
html > body hr {
    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 {
    color: #000;
    text-decoration: none
    }
a:visited {
    color: #000;
    text-decoration: none
    }
a:hover {
    color: #fff;
    background: #f03;
    text-decoration: none
    }
a:active {
    color: #f00;
    background: #fff;
    text-decoration: underline
    }