div.scroller { 
	/* modify width and height of scrolling section if necessary	*/
	width: 1000px; 
	/*height: 600px;*/
	overflow: hidden;
	border:1px solid #cccccc;
	background-color:#FFFFFF;
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/
	width:1000px;
	/*height:700px;*/
	overflow:hidden;
	float:left;
	padding:1em;		
}
div.scroller div.content {
	width: 100000px;
}

div#section2 {
	background:#666666;
	color:#ffffff;
}

div.scroller A {
	color: #C30A00;
	text-decoration: underline;
	text-decoration:inherit;
}

#WrapperContainer {
	font-size: 14px;
	width: 100%;
	height:100%;
	background-color: #FFFFFF;
	line-height: 1.4em;
	margin-left:auto;
	margin-right:auto;
}

#WrapperContainer H1  {
	float:inherit;
	color:#999186;
	font-size: 25px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0.6em;
	width:auto;
}

#WrapperContainer A {
	color: #C30A00;
	text-decoration: underline;
	text-decoration:inherit;
}

.content H1 {
	font-size: 30px;
}

.content H2 {
	font-size: 20px;
}

.icona {
	float:inherit;
	margin:20px;
	text-decoration:none;
	width:70px;
}

.icona A {
	text-decoration:none;
}

.icona IMG {
	border:0px;
	text-decoration:none;
}
