.carattere {
	font-family: "Palatino Linotype";
	font-size: 13px;
	color: #535353;
}

.titolo {
	font-family: "Palatino Linotype";
	font-size: 22px;
	color: #333333;
}

.titolo_small {
	font-family: "Palatino Linotype";
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

a:link, a:visited {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #999999;
	margin: 0px;
	text-decoration: underline;
	
}

.link2:link, .link2:visited {
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;	
}

.link2:hover {
	color: #999999;
	text-decoration: underline;
}

