body {
    margin-left: 10%;
    margin-right: 10%
    }
h1 {
    margin-top: 7%;
    text-indent: 0%;
    text-align: center;
    clear: both
    }
h2 {
    margin-top: 4%;
    text-indent: 0%;
    text-align: center;
    clear: both
    }
p {
    margin-top: 3%;
    margin-bottom: 3%;
    text-align: justify
    }
p.indent {
    text-indent: 4%
    }
.center {
    text-align: center
    }
hr {
    width: 33%;
    margin-top: 8%;
    margin-bottom: 8%;
    margin-left: auto;
    margin-right: auto;
    clear: both
    }
.hr2 {
    width: 90%;
    max-width: 90%;
    color: #CCC;
    background-color: #FFF;
    border: none;
    border-bottom: 6px double black;
    margin: 8% auto
    }
.center {
    text-indent: 0%;
    text-align: center
    }
.pagenum {
    font-size: smaller;
    text-align: right
    }
.right {
    text-align: right
    }
.smcap {
    font-variant: small-caps
    }
.caption {
    font-weight: bold
    }
a:link {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dashed #808080
    }
a:visited {
    color: #25383C;
    text-decoration: none;
    border-bottom: 1px dashed #808080
    }
a:hover {
    color: #008000;
    text-decoration: none;
    border-bottom: 1px dashed #808080
    }
a:active {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dashed #808080
    }
ins {
    text-decoration: none;
    border-bottom: 1px dashed #dcdcdc
    }
img.border {
    border: 1px solid black
    }
.image-center {
    text-align: center;
    margin: 1em auto
    }
.TOCRSC {
    list-style-type: upper-roman;
    margin-left: 10%;
    font-variant: small-caps;
    color: black
    }
div.tnote {
    background-color: #CCC;
    border-style: dotted;
    margin-left: 10%;
    margin-right: 10%;
    padding: 1%;
    font-style: normal;
    font-size: 90%;
    text-align: justify
    }