.style {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #006699;
}

.titolo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
}	
.titoli {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFFF;
}

a:link {
	color: #FF0000;
	text-decoration: none
}

a:visited {
  color: #FF0000;
  text-decoration: none
}

a:hover {
	text-decoration: underline;
}


 
 
 
a.lnk:link {
	color: #006699;
	text-decoration: none
}

a.lnk:visited {
  color: #006699;
  text-decoration: none
}

a.lnk:hover {
	text-decoration: underline;
}