body {
    background-color: #000000;
}
A.whitetext:link { color: #FFFFFF; text-decoration: bold}
A.whitetext:active { color: #FFFFFF; text-decoration: bold}
A.whitetext:hover { color: #FFFFFF; text-decoration: underline}
.whitetext {
	font-family: arial;
	font-size: 15px;
	color: #ffffff;
	padding: 10px;

}
A.BLKtext:link { color: #000000; text-decoration: none}
A.BLKtext:active { color: #000000; text-decoration: none}
A.BLKtext:hover { color: #000000; text-decoration: underline}
.BLKtext {
	font-family: arial;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
}
A.BLUEtext:link { color: #2EACC5; text-decoration: none}
A.BLUEtext:active { color: #2EACC5; text-decoration: none}
A.BLUEtext:hover { color: #2EACC5; text-decoration: underline}

A.BLUEtext2:link { color: #2EACC5; text-decoration: none; font-weight: bold; }
A.BLUEtext2:active { color: #2EACC5; text-decoration: none; font-weight: bold;}
A.BLUEtext2:hover { color: #2EACC5; text-decoration: underline; font-weight: bold;}


.BLUEtext {
	font-family: arial;
	font-size: 15px;
	color: #2EACC5;
}
.BLKBLDtext {
	font-family: arial;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}

