body {
 scrollbar-base-color: #cccccc;
 scrollbar-arrow-color: white;
 scrollbar-track-color: #999999;
 
 scrollbar-shadow-color: white;
 scrollbar-lightshadow-color: cccccc; 
 scrollbar-darkshadow-color: gray;
 
 scrollbar-highlight-color: white;
 scrollbar-3dlight-color: black;
  }


.caselle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.testo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4CB7DB;
	text-decoration: none;
}
a:link {
	
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	
}
a:active {
	text-decoration: none;
	color: #666666;
}


