a:link {
	color: #CCCCCC;
	text-decoration: none;
	filter: Blur(Add=2, Direction=2, Strength=2);
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
	filter: Blur(Add=2, Direction=2, Strength=2);
}
a:hover {

	color: #003366;
	text-decoration: none;
	filter: Blur(Add=2, Direction=2, Strength=2);
}
a:active {


	color: #999999;
	text-decoration: none;
	filter: Blur(Add=2, Direction=2, Strength=2);
}
