.testo {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	;
	letter-spacing: 1px;
	list-style-type: disc;
	list-style-position: outside;
	color: #000000;
}
.testoSmall { font-family: Arial, Helvetica, sans-serif; font-size: 10px;; list-style-type: disc; font-weight: normal}
.bordo {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: normal;
	list-style-type: none;
	font-weight: bolder;
	left: 24px;
	position: relative;
	text-decoration: none;
	color: #000000;


}
a:link, a:visited, a:active { 
	color: #000000;
	text-decoration: none;
} 
a:hover, a:visited:hover {
    color: #7799BE;
	text-decoration: underline;
}
