body {
    margin-left: 6%;
    margin-right: 6%
    }
p {
    text-indent: 2em;
    text-align: justify
    }
.note {
    font-size: 100%;
    text-align: center;
    margin-left: 6%;
    margin-right: 6%;
    text-indent: 0
    }
.indent {
    padding-left: 1em;
    padding-right: 0;
    text-indent: 0
    }
.noindent {
    margin-left: 0%;
    margin-right: 0%;
    text-indent: 0;
    text-align: justify
    }
.hindent {
    text-indent: -5%;
    margin-right: 5%;
    margin-left: 5%
    }
h1, h2, h3, h4 {
    text-align: center
    }
.chapt {
    text-align: center;
    text-indent: 0
    }
ul {
    list-style-type: none;
    margin-left: -6%
    }
ol {
    list-style-type: upper-roman;
    margin-left: 6%
    }
hr.full {
    width: 100%
    }
a:link {
    color: blue;
    text-decoration: none
    }
link {
    color: blue;
    text-decoration: none
    }
a:visited {
    color: blue;
    text-decoration: none
    }
a:hover {
    color: red
    }
pre {
    font-size: 9pt
    }