p {
    margin-top: 0.75em;
    text-align: justify;
    margin-bottom: 0.75em;
    text-indent: 0%
    }
.c {
    text-align: center;
    text-indent: 0%
    }
hr {
    width: 90%;
    margin: 2em auto 2em auto;
    clear: both;
    color: black
    }
hr.full {
    width: 100%;
    margin: 5% auto 5% auto;
    border: 4px double gray
    }
h1 {
    text-align: center;
    clear: both
    }
h3 {
    margin-top: 15%;
    text-align: center;
    clear: both
    }
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
    }
.letra {
    font-size: 150%;
    font-weight: bold
    }
.letrac {
    font-size: 150%;
    font-weight: bold;
    text-align: center;
    text-indent: 0%
    }
table {
    margin-left: auto;
    margin-right: auto;
    border: none;
    text-align: left
    }
tr {
    vertical-align: top
    }
td {
    vertical-align: top
    }