<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">HTML, body {
	margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;
}
body {background-image: url(Images/Sfondo.png);background-attachment: fixed;}


.IntestazioneInf {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ADDBF5;
	border-right-color: #ADDBF5;
	border-bottom-color: #ADDBF5;
	border-left-color: #ADDBF5;
}

.TitoliMenuSx {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #158A50;
}

.MenuSx {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0A7EBF;
}
.MenuSx A:link
{
    color: #0A7EBF;
    text-decoration: none
}
.MenuSx A:visited
{
    color: #0A7EBF;
    text-decoration: none
}
.MenuSx A:hover
{
    color: #0A7EBF;
	background: #F7C282;
    text-decoration: underline;
}
.MenuSx A:active
{
    color: #0A7EBF;
    text-decoration: none
}

.TestoHomePage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #062D42;
}
.BordoBox {
	border: 1px solid #138CCD;
}
.TestoCerca {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #666666;
}
.RisultatiTrovati {
	height: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
}
.imageborder { 
  max-width:400px;
}
.imageborder { 
  border: 1px solid #000; 
  padding: 5px;
}
#spot
{
    color:#FFFFFF;
    font-family:Tahoma, Geneva, sans-serif;
    font-size:14px;
    line-height:28px;
    background-color: #585858; /* per IE8 */
    background-color: rgba(88, 88, 88, 0.8);
    *background-color: #585858; /* per IE7 */
    top:0; /* sostituire con bottom:0; per posizionare il banner in basso */  
    text-align:center;
    padding:20px 0 20px 0;
	display: none;
}
#spot  a{
    text-decoration:none;
    padding:8px;
    background-color:white;
    font-size:12px;
    border-radius:6px;
    color:#585858;
}
#spot img
{
    border: none;
}</pre></body></html>