
.news 
{
   padding: 5px;
	font-family: Arial;
	font-size: 9pt;
	color: Black;
}

.titoli 
{
	font-family: Arial;
	font-size: 16pt;
	color: White;
	font-weight: bold;
}

.bianco 
{
	font-family: Arial;
	font-size: 10pt;
	color: White;
	padding: 4px;
	margin: 4px;
}

.bianco a:link
{
	text-decoration: none;
	color: White;
}

.bianco a:hover
{
	text-decoration: underline;
	color: White;
}

.bianco a:visited
{
	text-decoration: none;
	color: White;
}

a:visited  {
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	color: Navy;
}

a:hover {
	font-family: Arial;
	font-weight: normal;
	font-size: 10pt;
	text-decoration: underline;
	color: Blue;
}

a:active {
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	color: Black;
} 

a:link {
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	color: Navy;
	font-weight: normal;
} 




.menu
{
	font-family: Arial;
	font-size: 12pt;
}


.menu a
{
	padding: 4px;
	margin: 4px;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid gray;
	color: black;
	background: #D3D3D3;
}

.menu a:hover 
{
	color: black;
	background: Silver;
	text-decoration: none;
}

.menu a:visited
{
	color: Black;
	text-decoration: none;
}
