@charset "utf-8";
/* CSS Document */
a.verde {
    color: #356734;
	text-decoration: none;
}
a.verde:hover {
	text-decoration: underline;
	color: #356734;
} 
a.arancione {
    color: #FF6600;
	text-decoration: none;
}
a.arancione:hover {
	text-decoration: underline;
	color: #FF6600;
} 