
a:link {
	color: #cc0000;
	text-decoration:underline;
}

a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
}

a:active {
	text-decoration: none;
}
