BODY {
	color: #00FFFF;
	background: #000000;
	font-family: arial, helvetica, sans-serif;
}

A:link { color: #FF0000 }       /* unvisited link */
A:visited { color: #808000 }   /* visited links */
A:active { color: #FF00FF }    /* active links */
A:hover { 
	background: #00FFFF;
	color: #000000;

}

SPAN.sezione {
	color: #74BEAC;
	font-variant: small-caps;
	font-size: 1.2em;
	font-weight: bold;
	/* font-family: arial, helvetica; */
}


P.primariga:first-letter {
	font-size: 200%; 
	float: left;
}



SPAN.aggiornato {
	font-size: x-small;
	/* font-style: italic;
	font-weight: bold; */
	color: #00A000;
}

SPAN.ultagg {
	font-size: x-small;
	font-style: italic;
	color: black;
	background: #00FFFF;
	padding: 0.3em;
}


SPAN.copyright {
	font-size: 0.8em; /* smaller; */
}

PRE, TT {
	font-family: monospace, courier new, courier;
	font-size: 90%;
}


DIV.centra {
	text-align: center;
}

DIV.destra {
	text-align: right;
}