body     {
	color: #e7d8d8;
	font-family: "Palatino Linotype";
	font-style: normal;
	text-align: center;
	background: url(../images/bg001.jpg) top center;
	background-color: #E5A939;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

.titolo     {
	color: #d9a74d;
	font-family: "Palatino Linotype";
	font-size: 18px;
}

/*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: 13px;
    font-weight: bold;
    text-decoration: none;
    padding: 3px;
	background: #b68c40;
}

.menu:hover {
	color: #ffffff; 
    text-decoration: none;
	background: #e19c1f;

}

.link2:link, .link2:visited {
	font-family: "Palatino Linotype";
	font-size: 12px;
	font-weight: normal;
	background: #611611;
	color: #d9a74d;
	text-decoration: underline;
}

.link2:hover {
	color: #FFFFFF;
	margin: 0px;
	text-decoration: underline;
}

.link3:link, .link3:visited {
	font-family: "Palatino Linotype";
	font-size: 13px;
	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;
}