.carattere {
	font-family: "Palatino Linotype";
	font-size: 13px;
	color: #666666;
}

.titolo {
	font-family: "Palatino Linotype";
	font-size: 16px;
	color: #D63800;
	font-weight: bold;
}

.titolo2 {
	font-family: "Palatino Linotype";
	font-size: 20px;
	color: #D63800;
	font-weight: bold;
}

a:link, a:visited {
	color: #EB3D00;
	text-decoration: underline;	
}

a:hover {
	color: #f8c300;
	text-decoration: underline;
}

.link2:link, .link2:visited {
	color: #FFFFFF;
	text-decoration: none;	
}

.link2:hover {
	color: #f8c300;
	text-decoration: none;
}

