p {
    margin-top: 0.2em;
    text-align: justify;
    margin-bottom: 0.2em;
    text-indent: 2%
    }
.c {
    text-align: center;
    text-indent: 0%
    }
.cb {
    text-align: center;
    text-indent: 0%;
    font-weight: bold
    }
.letra {
    font-weight: bold;
    font-size: 300%;
    margin-top: -1.5%;
    padding: 0%
    }
.letral {
    font-weight: bold;
    font-size: 110%;
    margin-top: -1%;
    padding: 0%
    }
.nind {
    text-indent: 0%
    }
h1, h3 {
    margin-top: 15%;
    text-align: center;
    clear: both
    }
hr.full {
    width: 100%;
    margin: 5% auto 5% auto;
    border: 4px double gray
    }
table {
    margin-left: auto;
    margin-right: 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
    }
.smcap {
    font-variant: small-caps;
    font-size: 95%
    }
img {
    border: none
    }
.boxx {
    border: solid black;
    padding: 1%;
    margin: auto;
    max-width: 50%
    }
.figcenter {
    margin: auto;
    text-align: center;
    text-indent: 0%
    }