.carattere {
	font-family: "Palatino Linotype";
	font-size: 13px;
	color: #6d6d6d;
}

.titolo {
	font-family: "Palatino Linotype";
	font-size: 14px;
	font-weight: bold;
	color: #B19D7D;
}

a:link, a:visited {
	font-family: "Palatino Linotype";
	font-size: 12px;
	font-weight: bold;
	color: #B19D7D;
	text-decoration: none
}

a:hover {
	font-family: "Palatino Linotype";
	font-size: 12px;
	font-weight: bold;
	color: #B19D7D;
	margin: 0px;
	text-decoration: underline;
}

.link2:link, .link2:visited {
	color: #FFFFFF;
	text-decoration: none;	
}

.link2:hover {
	color: #E6736C;
	text-decoration: none;
}

.link3:link, .link3:visited {
	color: #FFFFFF;
	text-decoration: none;
	background: #be2821;
}

.link3:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #c8b698;
}