

A {
	color: rgb(247,148,29)
}



A:active {
	color: rgb(247,148,29);
 	text-decoration: none 
}

A:link {
	color: rgb(247,148,29);
 	text-decoration: none 
}

A:visited {
	color: rgb(247,148,29);
 	text-decoration: none 
}A:hover {
	color: rgb(0,0,0)
}