﻿body {
	margin: 0px;
	font-family: Verdana, Helvetica, Arial;
}
/* IMPOSTAZIONE LINK */
a {	
	text-decoration: none
}
a:hover {
	text-decoration: none;
	color: #CE8C75;
}
a:link {
	text-decoration: none;
	color: #CE8C75;
}
a:visited {
	text-decoration: none;
	color: #CE8C75;
}
/* IMPOSTAZIONE ITEM */
.menuItem {
	font-size: 9px;
	font-weight: bold;
	color: #CE8C75;
	text-align: left;
}

