a:active {
	color: #4682b4;
	text-decoration: none;
}
a:visited {
	color: #4682b4;
	text-decoration: none;
}
a:link {
	color: #4682b4;
	text-decoration: none;
}
a:hover {
	color: #cc3300;
	text-decoration: none;
}

