body {
	font-family: Arial;
	background-repeat : repeat;
	font-size : 12px;
	margin-top : 0px;
	}

.titolo
	{
	font-size : 18px;
	text-align : left;
	}
.foot
	{
	font-size : 11px;
	}
.sez1
	{
	background-color : #223c5e;
	color : #567092;
	text-align : justify;
	}

.sez2
	{
	color : #223c5e;
	text-align : justify;

	}
.sez3
	{
	background-color : #223c5e;
	color : #ffffff;
	text-align : left;
	}



.sez4
	{
	color : #223c5e;
	}





.footer
	{
	color : #223c5e;
	text-align : center;
	}

	/*LINK*/

A:LINK {
 	color :#567092;
 		text-decoration : none;
/* 	text-decoration: underline; */
}

A:VISITED {
 	color : #567092;
 		text-decoration : none;
/* 	text-decoration: underline; */
}

A:HOVER {
	color : #ffffff;
/* 	text-decoration: underline; */
}

A:ACTIVE  {
	color : #ffffff;
	text-decoration : none;
/* 	text-decoration : underline; */
}


 .sez2:HOVER {
	color : #223c5e;
	text-align : justify;

	}
