	a:link    {text-decoration: none; color: green;}
	a:visited {text-decoration: none; color: #4B0082;}
	a:hover   {color: #95161F;}

	body
	{
		font-family: Verdana;
		font-size: 12px;
	}
	
	img
	{
		border: 0;
	}	
	
	
	#head
	{
		height:160px;
		width:100%;
		text-align: left;
	}
	
	#contenuto
	{
		width: 100%;
		text-align: left;
	}

	
	.link
	{
		color: #3300FF;
		text-decoration: none;
		cursor:pointer;cursor:hand;
	}
	
	
	.boxarrotondato{
		background: #FF6600 url('img/angolo_sup_sx.png') left top no-repeat;
	}
	.boxarrotondato .aux1{
		background: url('img/angolo_sup_dx.png') right top no-repeat;
	}
	.boxarrotondato .aux2{
		background: url('img/angolo_inf_dx.png') right bottom no-repeat;
	}
	.boxarrotondato .aux3{
		background: url('img/angolo_inf_sx.png') left bottom no-repeat;
	}
	.boxarrotondato .non-perdere{
		background: #FF6600 url('img/da-non-perdere.png') left top no-repeat;
	}
	.boxarrotondato .dentro{
		margin: 0px;
		padding: 10px 10px 10px 10px;
	}
	.titolo{
		font-size: 14px;
		font-weight: bold;
	}
	.testo{
		text-align: justify;
	}