A {
	text-decoration: none;
}

A:link {
	color: #0000F8;
}

A:hover {
	color: #0000F8;
}

A:active {
	color: #0000F8;
}
	
A:visited {
	color: #0000F8;
}

A:hover {
	text-decoration: underline;
}

BODY {
	background: #FFCF00;
}

DIV {
	padding: 0px 0px 20px 0px;
}

TD.chiaro {
	background: #FFCB00;
}

TD.scuro {
	background: #FFC400;
}

TD.titolo {
	font: normal 16px serif;
	background: #FFB200;
	text-align: left;
	color: #000078;
}

TD.icona {
	background: #FFB200;
	text-align: right;
}

TD.lettera {
	vertical-align: top;
}

P.data {
	font: italic 16px serif;
	text-align: right;
	color: #000078;
}

P.lettera {
	font: italic 16px serif;
	text-align: justify;
	color: #000078;
}

P.firma {
	font: italic 16px serif;
	text-align: right;
	color: #000078;
}

P.testo {
	font: normal 16px serif;
	text-align: justify;
	color: #000078;
}

P.centrato {
	font: normal 16px serif;
	text-align: center;
	color: #000078;
}

P.versione {
	font: normal 12px Arial,sans-serif;
	text-align: center;
	color: #000078;
}

