/* CSS Document */

a:link {
	color: #EA4A18;
	
}
a:visited {
	color: #EA4A18;
	
}
a:hover {
	color: #009900;
	
}
a:active {
	color: #EA4A18;
	
}
