table
{
	font-family: Trebuchet MS, Georgia, Times New Roman, Times, serif ;
	font-size: 14px;
	color: #003366;
}

.testo_bianco
{
	font-family: Trebuchet MS, Georgia, Times New Roman, Times, serif ;
	font-size: 14px;
	color: #ffffff;
}

.titolo_bianco
{
	font-family: Trebuchet MS, Georgia, Times New Roman, Times, serif ;
	font-size: 14px;
	color: #ffffff;
	text-decoration: underline;
}

h3.titolo_bianco:hover
{
	font-family: Trebuchet MS, Georgia, Times New Roman, Times, serif ;
	font-size: 14px;
	color: #f00000;
	cursor: hand;
	text-decoration: underline;
}

a
{
	color: #003366;
	text-decoration: none ;
}

a:hover
{
	color: #f00000;
	text-decoration: none ;
}