body {
	background: #0033ff;
	color: 666666;
	margin: 0px;
}
td.annuario {
	border: 1px solid red;
	background: red;
}
a.annuario {
	color: white;
	font-family: Arial;
	font-weight: bold;
	font-size: 80%;
	text-decoration: none;
}
td.annuario:hover {
	background: white;
}
a.annuario:hover {
	color: red;
	font-family: Arial;
	font-weight: bold;
	font-size: 80%;
	text-decoration: none;
}
