A:link {
    color: #000000;
    text-decoration: none;
    font size: 9pt;
    font-family: MS UI Gothic,Arial;
}
A:visited {
    color: #000000;
    text-decoration: none;
    font size: 9pt;
    font-family: MS UI Gothic,Arial;
}
A:active {
    color: #0000FF;
    text-decoration: none;
    font size: 9pt;
    font-family: MS UI Gothic,Arial;
}
A:hover {
    color: #FF0000;
    text-decoration: none;
    font size: 9pt;
    font-family: MS UI Gothic,Arial;
}
BODY, TH, TD { 
    scrollbar-face-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: dimgray;
    scrollbar-3dlight-color: dimgray;
    scrollbar-arrow-color: dimgray;
    scrollbar-track-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    background-attachment: fixed;
    font-size: 9pt;
    color: #000000;
    font-family: MS UI Gothic,Arial;
}