<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sfondo {
	background : #666666;
}
.sfondo2 {
	background : #393939;
}

.titolo	{
	font-size : large;
	font-family : Verdana;
	color : #FF6633;
}

.xxsmall	{
	font-size : xx-small;
	font-family : Verdana;
	color : #FF6633;
}

.xxsmall1	{
	font-size : xx-small;
	font-family : Verdana;
	color : #b4b4b4;
}

.xsmall		{
	font-size : x-small;
	font-family : Verdana;
	color : #FF6633;
	
}

.sub	{
	border : 0;
	height: 31;
	width: 126;
}

.sx		{
	border : 0;
	height: 23;
	width: 129;
}

.linc	{
	font-size : large;
	font-family : Verdana;
	color : #FF6633;
}

.linc1	{
	font-size : small;
	font-family : Verdana;
	color : #b4b4b4;
}

A:link {
			text-decoration: none;  
		   color:#FF6633;
  		   font-size: medium;
  		   font-family: Verdana;
		   
		}
	A:visited {
			text-decoration: none;  
			color:#FF6633;
  		   font-size: medium;
  		   font-family: Verdana;
		   
 			}
	A:hover {
			text-decoration: none;  
			color:#b4b4b4;
  		   font-size: medium;
  		   font-family: Verdana;   
		}</pre></body></html>