<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	 ul,  ol {
	font-family: "Lucida Console", Monaco, monospace;
	margin: 0;
	display: block;
	position: absolute;
	left: -35px;
	overflow: auto;
	height: 250px;
	width: 230px;
	text-decoration: none;

	}
	
	 li,  p,  th {
	list-style-image: none;
	list-style-type: none;
	text-align: right;
text-decoration: none;

	}

.menuorizz {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 10px;
	color: #999;
	background-color: #FFF;
	text-align: right;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CFCFCF;
	display: block;
	line-height: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
.menuorizz:hover {
	color: #FFF;
	background-color: #971B1E;
		text-decoration: none;

}
.rosso {
	color: #B32A31;
}
a:link {
	color: #606060;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #B32A31;
}
a:active {
	text-decoration: none;
	color: #606060;
}
</pre></body></html>