a:link {
	color: #4A01B5;
	text-decoration: none;
}

a:visited {
	color: #4A01B5;
	text-decoration: none;
}

a:hover {
	color: #CC8800;
	text-decoration: underline blink;
}

a:active {
	color: #CC8800;
	text-decoration: none;
}