p {
    margin-top: 0.2em;
    text-align: justify;
    margin-bottom: 0.2em;
    text-indent: 2%
    }
.cb {
    text-align: center;
    text-indent: 0%;
    font-weight: bold
    }
small {
    font-size: 70%
    }
h1 {
    text-align: center;
    clear: both
    }
h2 {
    margin: 8% auto 2% auto;
    text-align: center;
    clear: both;
    font-size: 120%
    }
h3 {
    margin: 8% auto 2% auto;
    text-align: center;
    clear: both
    }
hr {
    width: 60%;
    margin: 2em auto 2em auto;
    clear: both;
    color: black
    }
table {
    margin: 2% auto 2% auto;
    border: none;
    text-align: left
    }
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
    }
sup {
    font-size: 75%
    }
.fnanchor {
    vertical-align: 30%;
    font-size: 0.8em
    }