<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* CSS
* @version 1.0
* @author gianfranco vasselli
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

td {
	font-size: 11px;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}

tr {
	font-size: 11px;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}</pre></body></html>