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

a{color:#0099FF;text-decoration:none;}
a:hover{color:#CCC; }

.azzurro{color:#0099FF;text-decoration:none;}

.image-block img:hover{border: 1px solid #0099FF;box-shadow:0 0 5px #0099FF;}

.titolo {
	color: #0099FF;
	top: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	padding-top:0px;
	text-align: center;	
} 
	
.freccia_dx {
	font-weight:bold;
	font-size: 70pt;
	text-decoration: none;
	color: #0099FF
	text-align: right;
	top: 600px;
	position: absolute;
	right: auto;
}

.freccia_dx a:link {
	text-decoration: none;
	color: #0099FF;
}
.freccia_dx a:visited {
	text-decoration: none;
	color: #0099FF;
}
.freccia_dx a:hover {
	text-decoration: none;
	color: #CCC;
}

.freccia_sx {
	font-weight:bold;
	font-size: 70pt;
	text-decoration: none;
	color: #0099FF
	text-align: left;
	top: 600px;
	position: absolute;
	left: auto;
}

.freccia_sx a:link {
	text-decoration: none;
	color: #0099FF;
}
.freccia_sx a:visited {
	text-decoration: none;
	color: #0099FF;
}
.freccia_sx a:hover {
	text-decoration: none;
	color: #CCC;
}

.freccia_dx_g {
	font-weight:bold;
	font-size: 70pt;
	text-decoration: none;

	color: #ffcc33
	text-align: right;
	top: 600px;
	position: absolute;
	right: auto;
}

.freccia_dx_g a:link {
	text-decoration: none;
	color: #ffcc33;
}
.freccia_dx_g a:visited {
	text-decoration: none;
	color: #ffcc33;
}
.freccia_dx_g a:hover {
	text-decoration: none;
	color: #CCC;
}

.freccia_sx_r {
	font-weight:bold;
	font-size: 70pt;
	text-decoration: none;
	color: #D92D39;
	text-align: left;
	top: 600px;
	position: absolute;
	left: auto;
}

.freccia_sx_r a:link {
	text-decoration: none;
	color: #D92D39;
}
.freccia_sx_r a:visited {
	text-decoration: none;
	color: #D92D39;
}
.freccia_sx_r a:hover {
	text-decoration: none;
	color: #CCC;
}
</pre></body></html>