BODY {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 10pt;
        color: black;
        background: white;
        text-align: justify;
        text-decoration: none;
        margin-top: 10pt;

}

A {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-style: normal;
        color: black;
        text-decoration: underline;
        font-weight: bold;
        text-align: justify;
        text-decoration: none;
}

A:active {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-style: normal;
        color: black;
        text-decoration: underline;
        font-weight: bold;
        text-align: justify;
        text-decoration: none;
}

A:visited {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-style: normal;
        color: black;
        text-decoration: underline;
        font-weight: bold;
        text-align: justify;
        text-decoration: none;
}

A:hover {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: bold;
        color: red;
        text-align: justify;
        text-decoration: none;
}


