/* CSS Document */
a:link	{text-decoration:underline; color:#6A594E}
a:visited {text-decoration:underline; color: #6A594E}
a:hover {text-decoration: underline; color:#6A594E;}

a.linkunderline:link	{text-decoration:underline; color:#6A594E}
a.linkunderline:visited {text-decoration:underline; color: #6A594E}
a.linkunderline:hover {text-decoration: underline; color:#6A594E;}

.mano { cursor: hand }
.ver8nero {
	font-family: verdana; 
	font-size: 8pt; 
	color: rgb(0,0,0)}

.ver8marrone {
	font-family: 
	verdana; font-size: 8pt; 
	color: rgb(106,89,78)}

.ver8verde {
	font-family: verdana; 
	font-size: 8pt; 
	color: rgb(119,177,17)}
	
.ver8gri {
	font-family: verdana; 
	font-size: 8pt; 
	color: rgb(178,168,158)}
	
.titolo_arancio {
	font-family: verdana;
	font-size: 12pt;
	color: #5C7184;
	font-weight: strong;
}

.titolo_verde {
	font-family: verdana;
	font-size: 12pt;
	color: rgb(119,177,17);
	font-weight: strong;
}

.titolo_arancio {
	font-family: verdana;
	font-size: 12pt;
	color: rgb(211,107,50);
	font-weight: strong;
}

.mano { cursor: hand }