a {
	text-decoration: none; 
	color: #AAFFFF;

}
a:hover {
	color: #AAFFFF;
	text-decoration: underline;
}
a.blue {
	text-decoration: none; 
	color: #3D5ACC;

}
a.blue:hover {
	color: #AAFFFF;
	text-decoration: none;
}