 A.Nuovo:LINK
{
	
	color : #990099;
	font-weight : bold;
	text-decoration : none;
}

 A.Nuovo:VISITED
{
	
	color : #990099;
	font-weight : bold;
	text-decoration : none;
}

 A.Nuovo:HOVER
{
	color : Fuchsia;
	font-weight : bold;
	text-decoration : none;
	background-color : #ececec;
}
 
 
 A:LINK, A:VISITED, A:ACTIVE, A:FOCUS {
	text-decoration : underline;
	color : Blue;
}

A:HOVER {
	text-decoration : underline;
	color : Red;
}

 
H2
{
color : Red;
}