
h1 {
    color: gold;
    font-family: Arial, Verdana, sans-serif;
    font-size: 64px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 60px;
}
H2 {
    color: #A80023;
    font-family: 'Arial', Verdana, sans-serif;
    font-size: 24px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 5px;
}
H3 {
    color: #A80023;
    font-family: 'Arial', Verdana, sans-serif;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 3px;
}

HR {color:#cccccc;}
TD {font-family:verdana,arial; font-size:12px;
}

A {color:white; text-decoration:none; font-weight: bold;}
A:hover {
        BACKGROUND: #610013; COLOR: #ffffff
}
A:active {
        BACKGROUND: #610013; COLOR: gold
}
BODY {
        SCROLLBAR-FACE-COLOR: #FFFFFF; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #BA000B; SCROLLBAR-3DLIGHT-COLOR: #BA000B; SCROLLBAR-ARROW-COLOR: #BA000B; SCROLLBAR-TRACK-COLOR: #ffffff; SCROLLBAR-DARKSHADOW-COLOR: #000000
}