BODY {
        background-color: #ffffff;
}

* {
        font-family: Arial, Helvetica, sans-serif;
        color: #414141;
        font-size: 10pt;
}

H1 {
        font-size: 14pt;
        text-align: center;
        font-weight: bold;
}

P {
        font-size: 10pt;
        text-align: center;
}

A {
        color: #14486F;
        font-weight: bold;
}

A:visited {
        color: #14486F;
        font-weight: bold;
}

A:hover {
        color: #14486F;
        text-decoration: none;
        font-weight: bold;
}
