/* CSS Document */
A:active {
	color: #446D8C;
	text-decoration: underline;	
}
 
A:visited {
	COLOR: #446D8C;
	text-decoration: underline;	
}
/*
A:link {
	COLOR: #446D8C; 
}
*/
A:hover {
	color: #FF8D42;
	text-decoration: none;
}
