.color {
	background-color : #ff3300;
}
A,.c{
	color : #ff3300;
}
A:hover {
	color : #cc0000;
}
A:visited {
	color : #ff3300;
}