<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	font-size: 15px;
	}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	font-size: 15px;
	}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	font-size: 15px;
	}
a:hover {
	font-weight: bold;
	color: #3366CC;
	font-size: 15px;
	text-decoration: underline;
	}
#intestazione {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2F2E2E;
	background-image: url(../img/intestazione.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 47px;
	width: 215px;
	top: 5px;
	right: 20px;
	font-size: 16px;
	font-style: normal;
	color: #FFFFFF;
	padding-left: 65px;
	padding-top: 13px;
	z-index: 5;
}
#footer_scheda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #F3EEE3;
	background-repeat: no-repeat;
	background-position: left center;
	position: absolute;
	height: 40px;
	width: 700px;
	left: 5px;
	top: 1225px;
	padding-left: 20px;
	padding-top: 10px;
	color: #000000;
	z-index: 4;
}
#sfondo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #F3EEE3;
	background-image: url(../img/pixel_sfondo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	position: absolute;
	height: 1280px;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1;
}
#base {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	position: absolute;
	z-index: 2;
	height: 1152px;
	width: 852px;
	left: 10px;
	top: 70px;
	background-color: #000000;
	background-image: url(../img/art_04.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #999999;
	background-color: #F3EEE3;
	position: absolute;
	z-index: 3;
	height: 20px;
	width: 150px;
	left: 10px;
	top: 48px;
}
</pre></body></html>