a:link {
	color: #660000;
	text-decoration: underline;
}
a:visited {
	color: #660000;
	text-decoration: underline;
}
a:hover {
	color: #CC6633;
	text-decoration: underline;
	filter: Glow(Color=FFCC33, Strength=3);
}
