
html
{
BACKGROUND-COLOR: white;
}

BODY.body
{
    FONT-SIZE: 12px;
    COLOR: black;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: black;
}

.pagetitle
{
    FONT-WEIGHT: 900;
    FONT-SIZE: 24px;
    COLOR: black;
    font-style: italic;

}




td {
    FONT-SIZE: 17px;
    COLOR: black;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: white	
}








.2ndNavigation {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: black;
TEXT-ALIGN: center;

}


.2ndNavigation a:link {
color: black;
text-decoration: none;
TEXT-ALIGN: center;
}

.2ndNavigation a:visited {
color: black;
text-decoration: none;
TEXT-ALIGN: center;
}

.2ndNavigation a:hover {
color: RED;
text-decoration: none;
TEXT-ALIGN: center;
}

.2ndNavigation a:active {
color: black;
text-decoration: none;
TEXT-ALIGN: center;
}

