.carattere {
	font-family: "Palatino Linotype";
	font-size: 14px;
	color: #686766;
}

a:link, a:visited {
	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background: #c85c21;
	padding:4px;
}

a:hover {
	color: #fb8d51;
	margin: 0px;
	text-decoration: none;
	
}

.link2:link, .link2:visited {
	font-family: "Palatino Linotype";
	font-size: 14px;
	font-weight: normal;
	background: #7a9c0b;
	color: #FFFFFF;
	text-decoration: none;
}

.link2:hover {
	color: #c8e764;
	margin: 0px;
	text-decoration: none;
}

.link3:link, .link3:visited {
	font-family: "Palatino Linotype";
	font-size: 14px;
	font-weight: normal;
	background: #C95C21;
	color: #FFFFFF;
	text-decoration: underline;
}

.link3:hover {
	color: #FFFFFF;
	margin: 0px;
	text-decoration: none;
}