body {
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
}



#mainMenu {

}

#mainMenu a {
	color: #99cccc;
	font-weight:bold;
	padding: 0;
	margin:  0;
	padding-right: 20px;
}

#mainMenu a:hover {
	color: white;

}

#mainMenu a.signed {
	text-decoration: line-through;
	color: #EEE;
	}
	
#mainMenu a.signed:hover {

}
	





.testo {
	
	font-size: 1em;
	color: #4F6667;
}
.testostrong {
	font-size: 1em;
	font-weight: bold;
	color: #4F6667;
}
.testostrongarancio {

	font-size: 1em;
	font-weight: bold;
	color: #FE4D01;
}
a {
	font-size: 1em;
	font-weight: normal;
	color: #4F6667;
	text-decoration: none;
}
a:visited {
	color: #4F6667;
}
a:hover {
	color: #99C6C8;
}
a:active {
	color: #678485;
}



