<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
	padding:0px;
	margin:0px;
	text-align: center;
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px;
	font-size: 12px;
	background-color: #000000;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px auto;
}
h1{
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	display: none;
}
h2{
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 0px;
	text-align: left;
	color: #797979;
}
h3{
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 0 0px;
	color: #fff;
}
form{
	margin: 0px auto;
	padding: 0px; 
}
div {
	text-align: left;
}
#contenitore{
	margin: 0px;
	padding: 0px; 
	width: 825px;
	text-align: left;
	margin-top: 30px;
}

#menu{
	margin: auto;
	font-size: 12px;
	width: 882px;
	height: 128px;
	text-align: center;
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-attachment: scroll;
}
#contienitutto{
	margin: auto;
	font-size: 12px;
	width: 930px;
	text-align: center;
}

#macchina{
	width: 130px;
	padding-left: 5px;
	padding-right: 5px;
}

a.link{
	text-decoration: none;
	border: none;
}
a.link:hover{
	text-decoration: underline;
	border: none;
}

a.menu{
	text-decoration: none;
	color: #990000;
	background-image: url(img/button_bg.jpg);
	background-repeat: repeat-x;
	border: none;
	font-weight: bold;
	font-size: 15px;
	height: 128px;
	/*width: 95px;*/
	display: block;
}
a.menu:hover,.selezionato{
	text-decoration: none;
	border: none;
	color: White;
	font-weight: bold;
	font-size: 15px;
	background-image: url(img/button_bg2.jpg);
	background-repeat: repeat-x;
	height: 128px;
	/*width: 95px;*/
	display: block;
}
.bordo{
	border: 1px solid #000;
}
.bordobianco{
	border: 1px solid #fff;
}
.gras{
	font-weight: bold;
}
.f0 {
	font-size: 0.1em;
	line-height: 0.1em;
	margin-bottom: -1px;
}
.f1 {
	font-size: 11px;
}
.f2 {
	font-size: 12px;
}
.f3 {
	font-size: 13px;
}
.f4 {
	font-size: 14px;
}
.floatLeft {
	float: left;
}
.clearLeft {
	clear: left;
}
.floatRight {
	float: right;
}
.clearRight {
	clear: right;
}
.allineaDx{
	text-align: right;
}
.allineaSx{
	text-align: left;
}
.justify{
	text-align: justify;
}
.centra{
	text-align: center;
}
.noBorder{
	border: 0;
}
.noMargin {
	margin: 0;
	padding: 0;
}

.bottom{
	vertical-align: bottom;
}

.padding5{
	padding: 5px;
}
.c1 {
	color: #5c0000; /*rosso*/
}
.c2 {
	color: #FFF;
}
.c3 {
	color: #99000; /*altro rosso*/
}
.c4{
	color: #797979; /*grigino*/
}
.middle{
	vertical-align: middle;
}
.top{
	vertical-align: top;
}
input.form{
	font-size: 12px;
	width: 105px;
	height: 14px;
	padding: 0px;
	vertical-align: middle;
	border: 1px solid #FFF;
}
.sx{
	width: 16px;
	float: left;
	height: 768px;
	background-image: url(img/ombrasx.jpg);
	background-repeat: no-repeat;
}
.dx{
	width: 16px;
	float: left;
	height: 768px;
	background-image: url(img/ombradx.jpg);
	background-repeat: no-repeat;
}
</pre></body></html>