A {
	color : #B2B2B2;
	text-decoration : none;
}
A:ACTIVE {
	color : #0C2577;
	text-decoration : none;
}
A:HOVER {
	color : #0C2577;
	text-decoration : none;
}
A:LINK {
	color : #B2B2B2;
	text-decoration : none;
}

A.negra {
	color : #000000;
	text-decoration : none;
}
A.negra:ACTIVE {
	color : #000000;
	text-decoration : none;
}
A.negra:HOVER {
	color : #0C2577;
	text-decoration : none;
}
A.negra:LINK {
	color : #000000;
	text-decoration : none;
}