.carattere {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333333;
	line-height: 20px;
}

.carattere2 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333333;
	line-height: 15px;
}

a:link, a:visited {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	color: #002F5E;
	margin: 0px;
	border-bottom-width: 1px;
	text-decoration: underline;
	
}