body {
	margin: 5px;
	padding: 5px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.arancio {
	font-weight: bold;
	color: #669900;
}
ul {
	padding-left: -5px;
}


a:link {
	font-weight: bold;
	color: #4DABCB;
	text-decoration: none;
	font-size: 11px;
}
select {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	border: 1px solid #CCCCCC;
}
.biancobold {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}



a:hover {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
