p {
    margin-top: 0.2em;
    text-align: justify;
    margin-bottom: 0.2em;
    text-indent: 4%
    }
.c {
    text-align: center;
    text-indent: 0%
    }
.cb {
    text-align: center;
    text-indent: 0%;
    font-weight: bold;
    font-size: 150%
    }
.ched {
    text-align: center;
    text-indent: 0%;
    font-weight: bold;
    margin: 1% auto 2% auto
    }
.ov {
    text-decoration: overline;
    text-align: center;
    text-indent: 0%;
    margin: 2% auto 2% auto
    }
.un {
    text-decoration: underline;
    text-align: center;
    text-indent: 0%
    }
.ovun {
    text-decoration: overline underline;
    text-align: right;
    text-indent: 0%;
    margin: 4% 10% 4% auto
    }
h1 {
    margin-top: 5%;
    text-align: center;
    clear: both
    }
h2 {
    margin-top: 4%;
    margin-bottom: 2%;
    text-align: center;
    clear: both;
    font-size: 120%
    }
@media all {
    h2 {
        page-break-before: always
        }
    }
hr {
    width: 90%;
    margin: 2em auto 2em auto;
    clear: both;
    color: black
    }
hr.full {
    width: 50%;
    margin: 5% auto 5% auto;
    border: 4px double gray
    }
table {
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: auto;
    margin-right: auto;
    border: none
    }
body {
    margin-left: 2%;
    margin-right: 2%;
    background: #fdfdfd;
    color: black;
    font-family: "Times New Roman", serif;
    font-size: medium
    }
a:link {
    background-color: #fff;
    color: blue;
    text-decoration: none
    }
link {
    background-color: #fff;
    color: blue;
    text-decoration: none
    }
a:visited {
    background-color: #fff;
    color: purple;
    text-decoration: none
    }
a:hover {
    background-color: #fff;
    color: #F00;
    text-decoration: underline
    }
.smcap {
    font-variant: small-caps;
    font-size: 100%
    }
img {
    border: none
    }
.bbox {
    border: double 6px black;
    margin: auto;
    max-width: 20em
    }
.figcenter {
    margin-top: 3%;
    margin-bottom: 3%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-indent: 0%
    }