A:link {
	text-decoration: none;
	color: #0066CC;
}
A:visited {
	text-decoration: none;
	color: #0066CC;
}
A:hover	{
	text-decoration: underline;
	color: #0066CC;
}
A:active {
	text-decoration: none;
	color: #0066CC;
}
A.rosso:link {
	text-decoration: none;
	color: #FF0000;
}
A.rosso:visited {
	text-decoration: none;
	color: #FF0000;
}
A.rosso:hover {
	text-decoration: underline;
	color: #FF0000;
}
A.giallo:link {
	background-color:#FFCC33;
	padding:0 15px 0 0;
	text-decoration: none;
	color:#000000;
}
A.giallo:visited {
	padding:0 15px 0 0;
	background-color:#FFCC33;
	text-decoration: none;
	color:#000000;
}
A.giallo:hover {
	padding:0 15px 0 0;
	background-color:#FFCC33;
	text-decoration: underline;
	color:#000000;
}
A.verde:link {
	text-decoration: none;
	color:#009900;
}
A.verde:visited {
	text-decoration: none;
	color:#009900;
}
A.verde:hover {
	text-decoration: underline;
	color:#009900;
}
