@charset "UTF-8";
/* CSS Document */
hmtl{
	background: #CCCCCC;
}
body {
	background: #CCCCCC;
}
.testo_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #646363;
}
.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646363;
}
.titolo {
	color: #CA6A64;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none
}
A.titolo:active, .link:visited, .link:link{
    color: #CA6A64;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
}

A.titolo:hover {
	color: #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.titolo_grigio {
	color: #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.titolo_menu {
	color: #CA6A64;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
	
}
.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
.menu {
	font-family: AppleGothic, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #E5B4A8;
	font-weight: normal;
	text-decoration:none
}
A.menu:active, .link:visited, .link:link{
font-family: AppleGothic, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #E5B4A8;
	font-weight: normal;
}

A.menu:hover {
	font-family: AppleGothic, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #555555;
	font-weight: normal;
}

