a:link { text-decoration: none; color: #FFFFFF; }
a:visited { text-decoration: none; color: #FFFFFF; }
a:active { text-decoration: none; color: #FFFFFF; }
a:hover { text-decoration: none; color: #FF0000; }

body {
	color: white;
	background: black;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11pt;
	text-align: justify;
	margin: 10px;
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
	font-family: inherit;
	font-size:inherit;
}

table.grosso { font-weight: bold }
table.piccolo { font-size: 10pt; text-align: left; }
table.medio { font-size: 11pt; text-align: left; }
table.grande { font-size: 12pt; text-align: left; }

td { margin: 0px; padding: 0px }

td.piccolo {  font-size: 10pt; font-style: normal; color: white}
td.medio {  font-size: 11pt; font-style: normal; color: white}
td.grande { font-size: 12pt; font-style: normal; color: white}
td.titolo { font-size: 12pt; text-align: center; color: white; font-weight: bold; font-style: italic}