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

a:link {font-family: "Verdana"; color: #006; font-weight: bold; text-decoration:none}
a:visited {font-family: "Verdana"; color: #006; font-weight: bold; text-decoration:none}
a:hover {font-family: "Verdana"; color: red; font-weight: bold; text-decoration:none}
a:active {font-family: "Verdana"; color: #006; font-weight: bold; text-decoration:none}

.testo-blu {
	font-family: "Verdana";
	font-size: 16px;
	color: #006;
	font-weight: bold;
}

.testo-rosso {
	font-family: "Verdana";
	font-size: 16px;
	color: red;
	font-weight: bold;
}

.testo-blu-grande {
	font-family: "Verdana";
	font-size: 20px;
	color: #006;
	font-weight: bold;
}

.bordo {
	border: solid 15px;
	border-top-color: red;
	border-right-color: red;
	border-bottom-color: red;
	border-left-color: red;
	border-color: red;
	background: #FFF
}

.bordo-sottile {
	border: solid 5px;
	border-top-color: red;
	border-right-color: red;
	border-bottom-color: red;
	border-left-color: red;
	border-color: red;
	background: #FFF
}
</pre></body></html>