body,html{
	background-color:#f0f0f0 !important;
}

.generale {
	width:100% !important; 
	background-color:#ffffff;
}
	
	
	#sliderlinkisc{
		position:fixed;
		width:500px;
		padding:10px;
		height:300px;
		top:-300px;
		left:50%;
		margin-left:0px;
		background-color:#e0e0e0;	
		z-index:10000;
	}
	
	#openlinkisc{
		position:absolute;
		bottom:-40px;
		right:5px;
		background-color:#e0e0e0;
		z-index:100000;
	}
	
	#closelinkisc{
		position:absolute;
		top:5px;
		right:5px;
		z-index:100000;
	}

	h1{
		font-size:23px !important;
	}
	h2{
		font-size:19px !important;
	}
	
	table.noborder, table.noborder tr, table.noborder td{
		border:none !important;
	}