p {
    margin-top: 0.75em;
    text-align: justify;
    margin-bottom: 0.75em;
    text-indent: 2%
    }
p.arriba {
    border-top: dotted 2px black;
    margin-top: 2%
    }
.c {
    text-align: center;
    text-indent: 0%
    }
.cap {
    padding: 3%;
    border: 3px dotted silver;
    text-indent: 0%;
    margin: 5% 15% 5% 15%
    }
div.blk {
    margin: 20% 25% 20% 25%
    }
p.lg {
    font-size: 120%;
    font-weight: 800
    }
.r {
    text-align: right;
    margin-right: 25%
    }
h1 {
    font-family: sans-serif, serif;
    text-align: center;
    margin-top: 15%;
    clear: both;
    font-size: 275%
    }
h1.pg {
    font-family: Times-Roman, serif;
    text-align: center;
    margin-top: 0%;
    clear: both;
    font-size: 190%
    }
h2 {
    font-family: sans-serif, serif;
    text-align: center;
    clear: both
    }
h3 {
    margin-top: 15%;
    text-align: center;
    clear: both
    }
.top3 {
    margin-top: 3%
    }
.top5 {
    margin-top: 5%
    }
.top15 {
    margin-top: 15%
    }
hr {
    width: 90%;
    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
    }
body {
    margin-left: 10%;
    margin-right: 10%;
    background: #fdfdfd;
    color: black;
    font-family: "Times New Roman", serif;
    font-size: large
    }
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: "Times New Roman", serif;
    font-size: large
    }
.block {
    margin: 5% auto 5% auto
    }
pre {
    font-size: 85%
    }