a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.nero, a.nero:active, a.nero:link, a.nero:visited {
	color: #000000;
	text-decoration: none;
}
a.nero:hover {
	color: #000000;
	text-decoration: underline;
}

.rosso, a.rosso:active, a.rosso:link, a.rosso:visited {
	color: #CC0000;
	text-decoration: none;
}
a.rosso:hover {
	color: #CC0000;
	text-decoration: underline;
}

.verde, a.verde:active, a.verde:link, a.verde:visited {
	color: #006600;
	text-decoration: none;
}
a.verde:hover {
	color: #006600;
	text-decoration: underline;
}