@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	}

.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}



.testo2 {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}


.data{
	font-family: Arial;
	font-size: 11px;
	color: #003366;
	font-style:italic;
	
	}
	
	
h1{
	font-family: Arial;
	font-size: 15px;
	color: #003366;
	font-weight:bold;
	margin:0px;
}
h2{
	font-family: Arial;
	font-size: 13px;
	color: #003366;
	font-style:italic;
}
.titolo-news{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
}

.titolo-news a:link{
	text-decoration:underline;
	color: #FFFFFF;
	font-weight:bold;
}
.titolo-news a:hover{
	text-decoration:none;
	color: #003366;
	font-weight:bold;
}
