<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "common.css";
BODY {
    background: url("../img/bkg_head.png") repeat-x scroll 0% 23px;
    color: #000000;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 0.7em;
    margin: 0;
    padding:20px 0 0 0;
    text-align: left;
}
ul {
    list-style-type: square;
    margin: 10px 0 10px 10px;
}
li {
    font-size: 1.0em;
    padding: 10px 0;
}
a, a:visited{
	color:#544136;
	font-weight: bold;
	text-decoration:none;
}
a:hover{
	color:#544136;
	text-decoration:underline;
}
b{
	color:#544136;
	font-weight: bold;
}
#pagina {
    background-color: #FFFFFF;
    margin: 0 auto;
    width: 975px;
}
#header {
    float: left;
    width: 100%;
}
.testata{
    width: 975px;
	text-align: center;
}
.menu {
	float:left;
	text-align:center;
	width: 100%;
	margin: 6px auto 0px auto;
}
.menu ul{
    margin: 0px;
	padding:0px;
}
.menu ul li{
 	display:inline;  
}
.menu ul li a, .menu ul li a:visited{    
	background: url(../img/square.png) no-repeat 0% 4px;
	color:#544136;
	font-family: Arial;
	font-size: 13px;
	font-weight:bold;
	text-decoration:none;
	padding: 0px 5px 0px 11px;
}
.menu ul li a:hover{
	text-decoration:underline;
}
#corpo {
    float: left;
	padding: 30px 20px 30px 20px;
	text-align: left;
	color:#555350;	
	font-size: 13px;
	line-height: 18px;
}  
#corpo p{
	margin: 10px 0px 20px 0px;
}   
h1.titlepage{
	font-size: 18px;
	color:#83361b;
	padding:0px 0px 6px 6px;
	border-bottom: dotted 3px #af4621;
}
.dettaglio{
	width: 905px;
}	
.dettaglio p{
	text-align: justify;
}
.dettaglio p.intro{
	background: url(../img/farfalla.png) no-repeat 100% 100%;	
	padding:10px 0px 66px 0px;
}
#footer {	
    float: left;
	margin:0px auto 10px auto;
    text-align: center;
    width: 975px;
	font-size: 12px;
}
#footer a, #footer a:visited {
	background: url(../img/download.png) no-repeat 100% 0%;		
    padding: 0px 40px 20px 0px;
	width: 35px;
	height: 37px;	
	color:#555350;	
    text-decoration: none; 
}
#footer a:hover {
/*    text-decoration: underline; */
}</pre></body></html>