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

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

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

h3 {
font-family: Verdana, Arial, sans-serif;
font-size: 10pt;
text-decoration: underline;
}

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-weight: bold;
font-style: italic;
}