DIV {


	font-family: Verdana


} 


.text {


	color:black;


	font : normal xx-small Verdana;


}


} 


.bluetext {


	color:#bfcbe2;


	font : normal xx-small Verdana;


}


.bluehdr {


	color:#596f97;


	font : bolder large Verdana;


}





.redhdr {


	color:#b40000;


	font : bold x-small Verdana;


}





a:link {


	text-decoration: none;


}





a:link {
	color: Red;
}





a:visited {


	text-decoration: none;


}





a:visited {
	color: White;
}





a:hover {


	text-decoration: underline;


}





a:active {


	text-decoration: underline;


}





a:active {


	color: gray;


}



