BODY {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-weight: bold;
        margin-left: 5%;
        margin-top: 10%;
}

A:link {
        color: White;
        text-decoration: none;
}

A:visited {
        color: White;
        text-decoration: none;
}

A:active {
        color: White;
        text-decoration: none;
}

A:HOVER {
        color: #87CEEB;
}