P  {}

H1  {
	font-size : x-large;
	font-family : sans-serif;
	font-weight : bold;
	color : Red;
}

H2  {
	font-size : large;
	font-family : sans-serif;
	font-weight : normal;
	font-style : italic;
	color : Blue;
}

DIV.pon {
	font-family : sans-serif;
	font-weight : bold;
	color : White;
}

H2.rosso {
	color : Red;
	background : Yellow;
}


H2.neg {
	color : Yellow;
}



H3  {
	font-size : medium;
	font-family : sans-serif;
	font-weight : bold;
	font-style : italic;
	color : Blue;
}

A  {
	color : Yellow;
}

A:Visited  {
	color : Red;
}

A:Active  {}

A:Hover  {
	color : Purple;
}

BODY  {
	font-family : sans-serif;
}

