body {
	background-color: #FFFFFF;
}

.titolo {
	font-family:Verdana,Arial;
	font-size:13px;
	text-decoration: none;
	font-weight: bold;
	color:#191919;
}

.sottotitolo {
	font-family:Verdana,Arial;
	font-size:11px;
	text-decoration: none;
	font-weight: bold;
	color:#191919;
}

li {
	font-family:Verdana,Arial;
	font-size:12px;
	text-decoration: none;
	font-weight: normal;
	color:#191919;		
	padding-bottom:20px;
}

.testo {
	font-family:Verdana,Arial;
	font-size:10px;
	text-decoration: none;
	font-weight: normal;
	color:#191919;		
	padding-bottom:20px;
}

.intestazione_tabella {
	font-family:Verdana,Arial;
	font-size:10px;
	text-decoration: none;
	font-weight: bold;
	color:#ffffff;		
	padding-bottom:20px;
}

p {
	font-family:Verdana,Arial;
	font-size:10px;
	text-decoration: none;
	font-weight: normal;
	color:#191919;
	text-align: justify;
}

a {
	font-family:Verdana,Arial;	
	text-decoration : none;
	color : #000000;
}
a:visited  {
	color : #000000;
	text-decoration : none;
}
a:hover  {
	color : #000000;
	text-decoration : underline;
}

H1 {
	color: #002449;
	font-weight: bold;
	font-size : 16px;
}
.content {
	border: 1px solid #eee;
}
