BODY {
    font-family: Arial;
    font-size: 12pt;
    font-style: bold;
    color: White;
    background-color: Black;
}

H1 {
    font-size: 20pt;
    color: Red;
}

TH, H2 {
    font-size: 16pt;
    font-style: italic;
    color: White;
}

H3 {
    font-size: 14pt;
    font-style: italic;
    color: Red;
}

H4 {
    font-size: 14pt;
    font-style: italic;
    color: Black;
}

STRONG {
    color:Red;
}
A:link {
    color: Yellow;
}

A:visited {
    color: Yellow;
}

A:active {
    color: Yellow;
}

.cancelled {text-decoration: line-through;}
.caption {font-size: 10pt; font-style: italic;}
.yellow_caption {font-size: 10pt; font-style: italic; color: Yellow}
.dark_caption {font-size: 10pt; font-style: italic; color: Black}
.dark_content {font-size: 12pt; font-style: bold; color: Black}
.dark_link {font-size: 12pt; font-style: bold; color: Blue}
.heading {font-size: 14pt; font-style: bold; color: Red;}
.small {font-size:8pt; font-style: italic; font-weight: bold; color:Red;}
.new_date {font-size:10pt; font-style: italic; font-weight: bold; color:Red;}
.old_date {font-size:10pt; font-style: italic; font-weight: bold; color:LightGreen;}

