	body{
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding:0px; 
}

h1 {
	font-family: verdana;
	color: #3986d4;
	text-align: center;
	font-size: 16px;
}

	a {
	font-family: verdana;
	text-decoration: underline;
	color: #000000;
	font-size: 12px;
}

.titolo{
	height: 23px;
	font-family: verdana;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #648AD5;
}

.barra{
	font-family: verdana;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.testo {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
}

.campo {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
}

.menu {
	font-family: inherit;
	font-size: 14px;
	color: #000000;
}

.percorso {
	font-family: verdana;
	font-size: 12px;
	color: #646464;
}

.info {
	font-family: verdana;
	font-size: 12px;
	color: #646464;
}

.stepcarousel{
position: fixed; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 570px; /*Width of Carousel Viewer itself*/
height: 386px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: fixed; /*leave this value alone*/
background-color:#FFFFFF;
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px; /*margin around each panel*/
width: 570px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
