td {
	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	color: black;}

a {
	color: #A4A4A5;
	text-decoration: none;
}
a:hover {
	color: red;
}

.bianco {	color: white;}
.nero {	color: black;}
.orange {	background-color: #EE9400;
}
.blue {	background-color: #3459AB;
}