A:ACTIVE {
	color : Red;
}
A:HOVER {
	color : White;
	background-color : Blue;
}


A:LINK.senzalinea {
	text-decoration : none;
}
A:VISITED.senzalinea {
	text-decoration : none;
}
A:HOVER.senzalinea {
	color : White;
	background-color : Blue;
	text-decoration : none;
}
A:ACTIVE.senzalinea {
	color : Red;
	text-decoration : none;
}



A:LINK.menu1 {
	text-decoration : none;
	color : #00008B;
}
A:VISITED.menu1 {
	text-decoration : none;
	color : #00008B;
}
A:HOVER.menu1 {
	color : Yellow;
	background-color : #00008B;
	text-decoration : none;
}
A:ACTIVE.menu1 {
	color : Red;
	text-decoration : none;
}


