<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.indirizzo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#centratura {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -180px;
	text-align:center;
}
</pre></body></html>