.Sfondo {
	background-attachment: fixed;
	background-image: url(sfondo.jpg);
	background-repeat: no-repeat;
	background-color: #FF9900;
	background-position: center center;
	scrollbar-face-color: #ff9900; 
	scrollbar-shadow-color: black; 
	scrollbar-highlight-color: 2D64A2; 
	scrollbar-3dlight-color: 2d64a2; 
	scrollbar-darkshadow-color: #2d64a2; 
	scrollbar-track-color: #ff9900; 
	scrollbar-arrow-color: #2d64a2;
}
.Sfondo1 {
	background-attachment: fixed;
	background-image: url(sfondo2.jpg);
	background-repeat: no-repeat;
	background-color: #FF9900;
	background-position: center center;
}
A:LINK{
	text-decoration : none;
	color : #993300 ;
	}
A:VISITED{
	text-decoration : none;
	color : #993300;
	}
A:hover {
	text-decoration : none; 
	color : #2D64A2;
	}
