.carattere {
	font-family: "Palatino Linotype";
	font-size: 14px;
	color: #666666;
}

.titolo {
	font-family: "Palatino Linotype";
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}

.sottotitolo {
	font-family: "Palatino Linotype";
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}

a:link, a:visited {
	color: #be9e55;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	margin: 0px;
	text-decoration: underline;
	
}

.link2:link, .link2:visited {
	font-size: 16px;
	color: #ddc18f;
	text-decoration: underline;	
}

.link2:hover {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: underline;
}