*RESET CSS*/
h1, h2, h3, h4, h5, h6, li, ul{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
li,ul{
	text-align:left;
	list-style:none;
}

/*FINE RESET CSS*/
h1{
	font-family:Georgia;
	font-size:20px;
	color:#0000000;
	font-weight:normal;
	text-align:left;
}

/*MENU*/
.voce{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	text-transform:uppercase;
}
.voce a{
	color:#000000;
	text-decoration:none;
}
/*FINE MENU*/

/*BODY*/
a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:normal;
}
.testo{
	font-family:Verdana, Geneva, sans-serif;
	color:#000000;
	font-size:12px;
	font-weight:normal;
	text-align:justify;
}
.testo_c{
	font-family:Verdana, Geneva, sans-serif;
	color:#000000;
	font-size:12px;
	font-weight:normal;
	text-align:center;
}
h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size:25px;
	font-weight:bold;
	text-align:left;
}
/*FINE BODY*/
/*FOOTER*/
.text_footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
}
/*FINE FOOTER*/
