.testo {
		font-size: 18px;
		font-family: "Times New Roman", Times, serif;
		color : Navy;
	}
	.link {
	font-size: 18px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: Navy;
	text-decoration : none;
}
	.link:Hover {
	text-decoration: underline;
	color: Red;
}
	.titolo2  {
		font-size: 25px;
		font-family: "Times New Roman", Times, serif;
		color : Navy;
		font-weight: bold;
	}
	.testob {
		font-size: 18px;
	    font-family: "Times New Roman", Times, serif;
		color : Navy;
		font-weight: bold;
	}
	.titolo  {
		font-size: 30px;
		font-family: "Times New Roman", Times, serif;
		color : Navy;
		font-weight: bold;
	}
	.titolo3{
		font-size: 20px;
		font-family: "Times New Roman", Times, serif;
		color : Navy;
		font-weight: bold;
	}
	body {
	scrollbar-3dlight-color : #DAE5FE;
	scrollbar-arrow-color : #DAE5FE;
	scrollbar-base-color : #DAE5FE;
	scrollbar-darkshadow-color : #DAE5FE;
	scrollbar-face-color : #144DE0;
	scrollbar-highlight-color : #DAE5FE;
	scrollbar-shadow-color :#DAE5FE;
	scrollbar-track-color : #DAE5FE;
	background-color : #DAE5FE;
}
