<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
 -webkit-text-size-adjust:none;
}
 

html, body {     
        margin: 0 auto; 
        padding: 0;
        border: 0px; 
        padding-top: 2px;
        text-align: left;
        max-width: 600px; 
	background-color:#ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	line-height: 160%;
	color: #000;
} 


a:link {color:#ff0000; text-decoration: none;}      
a:visited {color:#ff0000;}  
a:hover {color:#4f94cd;}  
a:active {color:#ff0000;}



.img {
	float: center;
	margin: 0px;
	clear: both;
	/*  add the following line to create a shadow behind images  */
	/*  -webkit-box-shadow: 0 0 15px #000; */
}



.lanci {
}
#lanci ul {
	list-style: none;
	margin: 0px 0 0 0px;
	padding: 0;
	text-align: left;
}
#lanci ul li a {
	color: #000000;
	background-color: #f3f3f3;
	text-decoration: none;
	border: 1px dotted #999;
        border-left-width: 0px;
        border-right-width: 0px;
	display: block;
	font-size: 130%;
        line-height: 150%
       	font-weight: none;
	margin: 0px 0 0 0px;
	margin-bottom: -1px;
	padding: 3px 3px;
}
#lanci ul a:hover {
	background-color: #ff0000;
	border: 1px solid #999;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}




.ragioneSociale {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 60%;
        font-style: italic;
        line-height: 100%;
	color: #000000;
	margin: 0px 0px;
	padding: 0px;
}




.pubblicita  { 
        position:fixed; 
        bottom:-2%; 
}



.titolo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 250%;
	font-weight: bold;
        line-height: 145%;
	color: #000;
	margin: 2px 2px;
	padding: 0px;
}


.titolobrevi {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 200%;
	font-weight: bold;
        line-height: 145%;
	color: #000;
	margin: 2px 2px;
	padding: 0px;
}


.testo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 150%;
	font-weight: none;
        line-height: 145%;
	color: #000;
	margin: 2px 2px;
	padding: 0px;
}

.testobrevi {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 120%;
	font-weight: none;
        line-height: 145%;
	color: #000;
	margin: 2px 2px;
	padding: 0px;
}

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