A:VISITED {
	color: Purple;
}
DIV.titoli {
	font-weight : bold;
	color : #FFFFCC;
}

STRONG.titoli {
color : #FFFFCC;
	
}

P.destra {
	text-align : right;
	color : #FFFFCC;
	font : icon;
	}


P {
	color : White;
	font : "Times New Roman", Times, serif;
	text-align : justify;
}

P.center {
	color : White;
	font : "Times New Roman", Times, serif;
	text-align : center;
}

A.piccolo {
	color : White;
	text-decoration : none;
}
A {
	color : #CC3300;
	font : "Times New Roman", Times, serif;
	text-decoration : none;
}

A:HOVER {
	color : Silver;
	font : "Times New Roman", Times, serif;
}


