body 
{background-color: #000000;
}


p
{color: rgb(255,255,255);
background-color: rgb(0,0,0);
font-family: Arial, Verdana;
font-size: 14px;
}


.CenteredText
{color: rgb(255,0,0);
 background-color: rgb(0,0,0);
 font-family: Arial, Verdana;
 font-size: 14px;
 text-align: Center;
 }

.MailLinkRed {
 color: RGB (255,0,0);
 background-color:  rgb(0,0,0);
 font-family: Arial, Verdana;
 font-size: 14px;
 text-align: Center;
}
.MailLinkRed A:LINK {color: #FF0000; TEXT-DECORATION: none;} 
.MailLinkRed A:VISITED {color: #FF0000; TEXT-DECORATION: none;}
.MailLinkRed A:HOVER {color: #FF0000; TEXT-DECORATION: none;}


.NavSelectionA{
	color : rgb(0,0,0);
	background-color : rgb(176,176,176);
	font-family : Arial, Verdana;
	font-weight : bold;
	font-size: 16px;
	text-align: center;
}
.NavSelectionA A {color: #000000; TEXT-DECORATION: none;}
.NavSelectionA A:LINK {color: #000000;}
.NavSelectionA A:VISITED {color: #000000;}
.NavSelectionA A:HOVER {color: #FF0000; TEXT-DECORATION: none;}
