.testo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	;
	letter-spacing: 2pt;
	list-style-type: disc;
	list-style-position: outside;
	color: #000000;
}
.testoSmall { font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px;; list-style-type: disc; font-weight: normal}
.bordo {
	border: thin solid #CBD36E;

}
.links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: normal;
	list-style-type: none;
	font-weight: bolder;
	text-decoration: none;
	color: #000000;


}
a:link, a:visited, a:active { 
	color: #000000;
	text-decoration: none;
} 
a:hover, a:visited:hover {
    color: #CBD36E;
	text-decoration: underline;
}

