A {
	COLOR: #0000ff;
	TEXT-DECORATION: none;
}
A:hover {
	color : #9C3100;
	text-decoration : underline;
}
.testo {
	font-family : Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style : normal;
}
.testatina {
	font-family : Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight : bold;
	color: #990000;
}
.titolo_grande {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color:#0000FF;
}
.titolo_medio {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color:#0000FF;
}
.testo_piccolo {
	font-family : Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style: normal;
}
.testo_piccolo_bold{
	font-family : Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight : bold;
}