.carattere {
	font-family: "Verdana";
	font-size: 11px;
	color: #666666;
	line-height: 16px;
}

.titolo     {
	color: #4e4b49;
	font-family: "Verdana";
	font-size: 18px;
}

/*  links  */

a       { 
color: #ffffff;
font-size: 12px;
text-decoration: none;

}

a:hover       { 
color: #ffffff; 
text-decoration: none;
}

.menu:link, .menu:visited {
	color: #333333;
    font-size: 12px;
    text-decoration: underline;
}

.menu:hover {
	color: #009793; 
    text-decoration: underline;

}

.link2:link, .link2:visited {
	font-family: "Verdana";
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

.link2:hover {
	color: #333333;
	text-decoration: underline;
}

.link3:link, .link3:visited {
	font-family: "Verdana";
	font-size: 12px;
	font-weight: bold;
	background: #81201A;
	color: #d9a74d;
	text-decoration: underline;
}

.link3:hover {
	color: #FFFFFF;
	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;
}