/* CSS definition file containing site wide stylesheets */

.Carosello {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 14px;
 	text-align: center;
 	background-attachment: fixed
}

BODY {
	background-color: rgb(255,223,170);
 	background-image: url( "../assets/images/sfondo11.jpg" );
 	background-attachment: fixed;
 	background-position: center
}

LI {
	list-style-type: none;
 	list-style-image: none;
 	text-align: center
}