.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.menu:link {
	text-decoration: underline;
	color: #0B4F77;
	font-size: 12px;
	font-weight: bold;
	}
	
a.menu:visited {
	text-decoration: underline;
	color: #0B4F77;
	font-size: 12px;
	font-weight: bold;
	}
	
a.menu:hover {
	text-decoration: underline;
	color: #0099CC;
	font-size: 12px;
	font-weight: bold;
	
}.titoli {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0B4F77;
}
.normale {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

a.link:link {
	text-decoration: underline;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	}
	
a.link:visited {
	text-decoration: underline;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	}
	
a.link:hover {
	text-decoration: none;
	color: #0099CC;
	font-size: 13px;
	font-weight: bold;
