*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:30px;
	color:#fff29d;
	font-weight:normal;
	text-align:left;
}
.text_tit_olio{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#fff29d;
	padding:10px;
	font-weight:normal;
}
.text_box_olio{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:justify;
	font-size:12px;
}
/*menu*/
.voce_menu{
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	line-height:51px;
	margin-left:40px;
	margin-right:40px;
	text-transform:uppercase;
}
.voce_menu a{
	color:#FFFFFF;
	text-decoration:none;
}
/*fine menu*/
.info{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	text-align:center;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#000000;
	text-align:left;
	font-weight:normal;
}
/*menu footer*/
.voce_foot{
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	line-height:51px;
	margin-left:20px;
	margin-right:20px;
	text-transform:uppercase;
}
.voce_foot a{
	color:#000000;
	text-decoration:none;
}
/*fine menu footer*/
/*FOOTER*/
.text_footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
}
/*FINE FOOTER*/

