BODY {
        scrollbar-arrow-color: #9EB1C5;
        scrollbar-darkshadow-color: #4D6680;
        scrollbar-shadow-color: #2D3C4A;
        scrollbar-highlight-color: #2D3C4A;
        scrollbar-track-color: #4D6680;
        scrollbar-face-color: #2D3C4B;
        scrollbar-3dlight-color: #2D3C4A;
        scrollbar-base-color: #2D3C4A;
        background: #9EB1C5;
}

* {
        font-family: Arial, Helvetica, sans-serif;
        color: #2D3C4A;
        font-size: 10pt;
}

H1 {
        font-size: 14pt;
        text-align: center;
        font-weight: bold;
}

P {
        font-size: 10pt;
        text-align: center;
}

A {
        color: #dddddd;
        font-weight: bold;
}

A:visited {
        color: #bbbbbb;
        font-weight: bold;
}

A:hover {
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
}
