<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

.tabella-centrale {
	width:990px;
	background-color:#ffffff;
	background-image:url(immagini/bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border:0px; 
	margin:0px auto 0px auto;
	padding:0px;
	padding-left:0px;
	padding-right:0px; 
	border-collapse: collapse; 
	border-left:0px; 
	border-right:0px;
}

.menualto {
    font-family: 'Lucida Grande',sans-serif, Arial; 
	font-size: 15px; 
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	line-height:24px;
	float:left;
	margin-left:20px;
	font-weight:bold;
}

.menualto A:LINK {
	color: #E20A16;
	text-decoration: none;
}

.menualto A:VISITED {
	color: #E20A16;
	text-decoration: none;
}

.menualto A:HOVER {
	color: #ffffff;
	text-decoration: none;
}

h1 {	
	font-family: 'Lucida Grande',sans-serif, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-transform:uppercase; letter-spacing:1px;
}

.descrizione { 
	font-family: 'Lucida Grande',sans-serif, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

.descrizione2 { 
	font-family: 'Lucida Grande',sans-serif, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

.descrizione2 A:LINK { 
	font-family: 'Lucida Grande',sans-serif, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

.descrizione2 A:VISITED { 
	font-family: 'Lucida Grande',sans-serif, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}


.descrizione2 A:HOVER { 
	font-family: 'Lucida Grande',sans-serif, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}

.normale, p {  font-family: 'Lucida Grande',sans-serif, Arial; font-size: 13px; color: #000000; text-decoration: none; font-weight: normal}
.normale a:link, .normale a:visited {  color: #E20A16; text-decoration: none; }
.normale a:hover {  color: #E20A16; text-decoration: underline; }



.case {  padding:5px 15px; border:1px dashed #aaa; background-color:#FFF;  }

.sx {  widht:240px; text-align:left; font-size:12px; font-weight:bold; padding-bottom:5px; padding-top:5px; border-bottom:1px dotted #aaa;}
.dx {  widht:510px; text-align:left; font-size:12px; padding-bottom:5px; padding-top:5px; border-bottom:1px dotted #aaa; }



.footer { 
	font-family: 'Lucida Grande',sans-serif, Arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.footer A:LINK{ 
	font-family: 'Lucida Grande',sans-serif, Arial;
	font-size: 10px;
	font-weight:bold;
	color: #003366;
	text-decoration: none;
}

.footer A:VISITED{ 
	font-family: 'Lucida Grande',sans-serif, Arial;
	font-size: 10px;
	font-weight:bold;
	color: #003366;
	text-decoration: none;
}

.footer A:HOVER{ 
	font-family: 'Lucida Grande',sans-serif, Arial;
	font-size: 10px;
	font-weight:bold;
	color: #ff0000;
	text-decoration: none;
}
</pre></body></html>