a {
	text-decoration: 				none;
	color: 							Blue;
}

a:hover {
	color: 							Red;
	text-decoration: 				underline;
}

.topMenuItem {
	text-decoration:				none;
	color: 							White;	
}

.topMenuItem:hover {
	text-decoration: 				underline;
	color: 							White;	
}

.whiteText a{
	color:							white;
}

.whiteText a:hover{
	color:							#006B9F;
}

.whiteText2 a, .whiteText2{
	color:							white;
}

.whiteText2 a:hover{
	color:							#EB7303;
}