.titolo { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	font-weight: bold; 
	color: #FF6600; 
	/*padding: 0px 5px;*/
}

.testo { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #000000; 
	padding: 0px 5px;
}
.testo a:link { 
	font-weight: bold; 
	color: #6699CC; 
	text-decoration: none
}
.testo a:visited { 
	font-weight: bold; 
	color: #6699CC; 
	text-decoration: none
}
.testo a:hover { 
	font-weight: bold; 
	color: #FF6600; 
	text-decoration: none
}

.testopiccolo { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000; 
	/*padding: 0px 5px;*/
}
.testopiccolo a:link { 
	font-weight: bold; 
	color: #6699CC; 
	text-decoration: none;
}
.testopiccolo a:visited { 
	font-weight: bold; 
	color: #6699CC; 
	text-decoration: none
}
.testopiccolo a:hover { 
	font-weight: bold; 
	color: #FF6600; 
	text-decoration: none
}

.testopiccolohome { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000; 
	/*padding: 0px 5px;*/
}
.testopiccolohome a:link { 
	font-weight: bold; 
	color: #6699CC; 
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
}
.testopiccolohome a:visited { 
	font-weight: bold; 
	color: #6699CC; 
	text-decoration: none
}
.testopiccolohome a:hover { 
	font-weight: bold; 
	color: #FF6600; 
	text-decoration: none
}

#contenuto{
	padding: 0px 2px 0px 2px;
}


