p {
    margin-top: 0.75em;
    text-align: justify;
    margin-bottom: 0.75em;
    text-indent: 2%
    }
p.cap {
    text-align: center;
    text-indent: 0%;
    padding: 1%;
    border: 1px solid silver;
    margin: 5% 20% 5% 20%
    }
p.non {
    text-indent: 0%;
    text-decoration: underline
    }
p.onda {
    text-align: center;
    text-indent: 0%;
    margin: 8% auto 8% auto;
    font-size: 28%
    }
.c {
    text-align: center;
    text-indent: 0%
    }
h1 {
    font-size: 300%;
    text-align: center;
    margin: 15% auto 2% auto;
    clear: both
    }
h3 {
    margin: 15% auto 5% auto;
    text-align: center;
    clear: both
    }
.top5 {
    margin-top: 5%
    }
.top15 {
    margin-top: 15%
    }
hr {
    width: 15%;
    margin: 2em auto 2em auto;
    clear: both;
    color: black
    }
hr.full {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
    border: solid black
    }
table {
    margin-left: auto;
    margin-right: auto
    }
td.rt {
    padding-right: 10%;
    border-right: 3px double black;
    white-space: nowrap
    }
td.lft {
    padding-left: 7%;
    white-space: nowrap
    }
body {
    margin-left: 10%;
    margin-right: 10%;
    background: #fdfdfd;
    color: black;
    font-family: "Times New Roman", serif;
    font-size: large
    }
ul {
    list-style-type: none;
    text-indent: -1em
    }
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: blue;
    text-decoration: none
    }
a:hover {
    background-color: #fff;
    color: red;
    text-decoration: underline
    }
.smcap {
    font-variant: small-caps;
    font-family: serif;
    font-size: large
    }
sup {
    font-size: 75%
    }
.poem {
    margin-left: 25%;
    white-space: nowrap;
    text-indent: 0%
    }