.carattere {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #333333;
}

}

.titolo     {
	color: #d9a74d;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
}

/*  links  */

a       { 
color: #ffffff;
font-size: 13px;
font-weight: bold;
text-decoration: none;
padding: 3px;

}

a:hover       { 
color: #ffffff; 
text-decoration: none;
}

.menu:link, .menu:visited {
	color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding: 4px;
	background: #78672e;
}

.menu:hover {
	color: #ffffff; 
    text-decoration: none;
	background: #e19c1f;

}

.link2:link, .link2:visited {
	color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding: 4px;
	background: #c6ac58;
}

.link2:hover {
	color: #ffffff; 
    text-decoration: none;
	background: #a28b3f;
}

.link3:link, .link3:visited {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	color: #C30140;
	text-decoration: underline;
}

.link3:hover {
	color: #78672e;
	margin: 0px;
	text-decoration: underline;
}

.bordo-img {
		border: 1px solid #d9a74d;
}

a:link img, a:visited img {
	border-color: #b68c40;
}

a:hover img {
	border-color: #d9a74d;
}
a:active img {
	border-color: #a39a84;
}