a {
    color: darkred;
    text-decoration: none
}
a:hover {
    text-decoration: underline;
}
.small {
    font-size: 9px;
    color: #333333;
}
p {
    font-size: 12px;
    text-align: justify;
}
h1 {
    color: #3A4B86;
    font-size: 14pt;
    font-family: Arial
}
h3 {
    font-size: 12pt;
    font-family: Arial;
    text-align: justify;
}
p {
    font-family: Arial;
    font-size: 12px;
}
td {
    font-family: Arial;
    font-size: 11pt;
}