body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000033;
    background-color: #ffffff;

    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;

    text-align: justify;

    padding: 10px;
}

.bold {
    font-weight: bold;
}

.title {
    font-weight: bold;
    font-size: 15pt;
}

.blue {
    color: #000033;
}

.link a:link {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #000033;
    text-decoration: none;
    font-weight: bold;
    font-size: 10pt;
}
.link a:visited {
    font-family: Arial;
    color: #000033;
    text-decoration: none;
    font-weight: bold;
    font-size: 10pt;
}
.link a:hover {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #FF0000;
    text-decoration: underline;
    font-weight: bold;
    font-size: 10pt;
}
.link a:active {
    font-family: Arial;
    color: #000033;
    text-decoration: none;
    font-weight: bold;
    font-size: 10pt;
}
