.elenco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	list-style-image: none;
	color: #000099;
	line-height: 30px;
	list-style-type: none;
	border: 2px solid #6699CC;
	margin: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

.elenco a:link {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
.elenco a:visited {
	text-decoration: none;
	color: #000099;
	font-weight: bold;
}
.elenco a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #F47D30;
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: #FFCC66;
}

.elencodata {
	color: #666666;
}

