BODY {
    font-family: Arial, serif;
    font-size: 10pt;
    font-weight: bold;
    color: White;
    background-color: black;
}

H1 {
    font-size: 20pt;
    color: White;
}

H2 {
    font-size: 16pt;
    color: White;
}

.TitleStyle {
    color: White;
    font-family: Arial;
    font-weight: bold;
    font-size: 30pt;
}

A:link {
    color: Yellow;
}

A:visited {
    color: Yellow;
}

A:active {
    color: Yellow;
}

TH {
    background-color: Yellow;
    color: Black;
    font-family: Arial;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
}

TD {
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
}
.oddyear {
    background-color: Silver;
    color: Black;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    text-align: right;
}

.evenyear {
    background-color: Black;
    color: Yellow;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    text-align: right;
}

.oddyearhead {
    background-color: Silver;
    color: Black;
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}

.evenyearhead {
    background-color: Black;
    color: Yellow;
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}

.total {
    background-color: Yellow;
    color: Black;
    font-family: Arial;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
}

STRONG {
    color:Red;
}

.narrative_text {font-size: 12pt; font-style: bold}
.cancelled {text-decoration: line-through;}
.caption {font-size: 10pt; font-style: italic;}
.small_caption {font-size: 8pt; 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: 10pt; color: Black}
.dark_link {font-size: 10pt; color: Blue}
.heading {font-size: 14pt; font-style: bold; color: Red;}
.small {font-size:8pt; font-style: italic; font-weight: bold; color:Red;}
.dark_small {font-size:8pt; font-style: italic; font-weight: bold; color:Black;}
.normal {font-size:12pt; font-weight: bold; color:White;}
.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;}
.command_title {font-size:10pt; font-weight: bold; color:White;}
.command_name {font-size:10pt; font-style: italic; font-weight: bold; color:White;}
.lieutenant_title {font-size:10pt; font-weight: bold; color:Red;}
.lieutenant_name {font-size:10pt; font-style: italic; font-weight: bold; color:Red;}
.captain_title {font-size:10pt; font-weight: bold; color:Red;}
.captain_name {font-size:10pt; font-style: italic; font-weight: bold; color:Red;}
.admin_title {font-size:10pt; font-weight: bold; color:Yellow;}
.admin_name {font-size:10pt; font-style: italic; font-weight: bold; color:Yellow;}
.large_white {font-size:14pt; font-weight: bold; color:White;}

