body {
font-family: Verdana, Arial, sans-serif;
font-size: 10pt;
color: #ffffff;
background-color: #000000; 
margin-top: 50px;
margin-left: 40px;
}

p {
text-align: justify;
}

h1 {
font-family: "Times New Roman", Verdana, Arial, sans-serif;
text-align: center;
font-size: 30pt;
font-style: italic;
}

h2 {
text-align: left;
font-size: 12pt;
font-weight: bold;
}

h3 {
font-family: Verdana, Arial, sans-serif;
font-size: 10pt;
color: #ffffff;
font-weight: bold;
}

table {
text-align: left;
padding-left: 20px;
}

td {
padding-left: 15px;
}

th {
padding-left: 15px;
}

a:link {
color: #9999ff;
text-decoration: none;
}

a:visited {
color: #CCCCFF;
text-decoration: none;
}

a:hover {
color: #6666ff;
text-decoration: underline;
}

a:active {
color: #3333ff;
text-decoration: none;
}

.destacado {
font-style: italic;
text-decoration: none;
}

hr {
color: grey;
}