body {
    margin-left: 10%;
    margin-right: 10%
    }
p {
    margin-top: 0.75em;
    text-align: justify;
    margin-bottom: 0.75em;
    text-indent: 1.5em
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center
    }
h2 {
    margin: 1em auto 2em auto
    }
h3 {
    margin: 2em auto 2em auto
    }
hr.full {
    width: 100%;
    margin: 5em auto 5em auto;
    border-width: 4px 0 0 0;
    border-style: solid;
    border-color: #000;
    clear: both
    }
hr.small {
    width: 30%;
    border-color: #C0C0C0;
    border-style: solid;
    margin: 4em auto 3em auto;
    clear: both
    }
hr.small2 {
    width: 10%;
    border-color: #C0C0C0;
    border-style: solid;
    margin: 4em auto 3em auto;
    clear: both
    }
hr.small3 {
    width: 10%;
    border-color: #C0C0C0;
    border-style: solid;
    margin: 1em auto 1em auto;
    clear: both
    }
.smcap {
    font-variant: small-caps
    }
.center {
    text-align: center;
    text-indent: 0
    }
img {
    margin-left: auto;
    margin-right: auto
    }
div.shape_wrap_left div {
    clear: left
    }
.figcenter {
    margin: 4em auto 4em auto;
    text-align: center;
    text-indent: 0
    }
.figcenter3 {
    margin: 4em auto 6em auto;
    text-align: center;
    text-indent: 0
    }
table {
    margin: 1.25em auto 1.25em auto;
    border-collapse: collapse
    }
.tdltop {
    text-align: left;
    vertical-align: top
    }
.tdrtop {
    text-align: right;
    vertical-align: top
    }
a {
    text-decoration: none
    }
.link {
    font-size: small;
    text-align: center;
    margin-top: -2em;
    font-weight: 400
    }
.tnote {
    border: dashed 1px;
    margin-left: 20%;
    margin-right: 20%;
    font-family: sans-serif;
    font-size: 80%
    }
ins.correction {
    text-decoration: none;
    border-bottom: thin dotted black
    }