body {
	background: #111;
	color: #aaa;
	margin: 0;
	font-size: 10pt;
	font-family: arial, helvetica, geneva, sans-serif;
	font-weight: bold;
}

h2 {
	color: #aaa;
}

h2.titolo {
	color: #c90;
}

h3 {
	margin: 10pt;
	margin-top: 2em;
}

p {
	text-align: justify;
	margin: 10pt;
}

p.sottotitolo {
	text-align: center;
}

p.centro {
	text-align: center;
}

p.destra {
	text-align: right;
}

table.menu {
	background: #eee;
}

table.pagina {
	background: #111;
	font-size: 10pt;
	font-weight: bold;
}

td {
	font-size: 10pt;
	font-weight: bold;
}



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

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

a:hover {
color: #a33;
text-decoration: underline;
}

a:active {
color: #900;
text-decoration: underline;
}
