<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color:#a1a99a;	
} 

#container {
	width: 980px;
	height: auto;
	background: #FFFFFF;
	margin: 0 auto; /* Il valore automatico sui lati, abbinato alla larghezza, produce un layout centrato. */
	overflow: hidden;
	box-shadow: 0px 0px 10px #787979;
	-moz-box-shadow:0px 0px 10px #787979;
    -webkit-box-shadow:0px 0px 10px #787979;
}

#toc {
	width: 980px;
	height: 46px;
	position: relative;
	display:block;
	color: #ffffff;
	margin-left: 215px;
}

#menu {
	width:auto;
	height: 45px;
	display:block;
	float: left;
	margin-left: 20px;
	font-family: "pragmatica-web",sans-serif;
	font-style: normal;
	font-weight: 100;
	color: #666d77; 
	font-size: 14px;
	font-style: normal;
	line-height: 20px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none;
	line-height: 45px;
	margin-top: 1px;	
}



#menu-selezionato {
	width:auto;
	height: 45px;
	background:url(/images/library/sfondo-posizione.png) repeat;
	display:block;
	float: left;
	margin-left: 20px;
	font-family: "pragmatica-web",sans-serif;
	font-style: normal;
	font-weight: 100;
	color: #666d77; 
	font-size: 14px;
	font-style: normal;
	line-height: 20px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none;
	line-height: 45px;
	margin-top: 1px;	
}

.menu {	
	text-decoration: none;
	color: #666d77; 				
}

.menu a {
			
	text-decoration: none;
	color: #666d77; 				
}

.menu a:hover {
	text-decoration: none;
	color: #c2cbba; 				
}	

#footer {
	width: 980px;
	height: 40px;
	position: relative;
	display:block;
	background-color: #666d77;
	text-align: center;
	overflow: hidden;
	
}

.footertxt {font-family: "pragmatica-web",sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 40px;
	
	
	}

</pre></body></html>