DIV.commento {
	font-family : sans-serif;
	font-size : 76%;
}
DIV.articoli {
	font-family : Arial, Helvetica, sans-serif;
	margin-right : 5%;
	margin-left : 5%;

}
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;
	background-color : Silver;
	font-size : small;
}
.testomediogiallo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFF33;
}

