body {
	color: #333333;
	margin-top: 4px;
	background-color: #000033;
}

a:link {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #000099;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #F47D30;
}

.elenco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	list-style-image: none;
	color: #000000;
	line-height: 30px;
	list-style-type: none;
	border: 2px solid #003366;
	margin: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #CE020E;
}

.elenco a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.elenco a:visited {
	text-decoration: none;
	color: #CCCCCC;
	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: #FFFFFF;
}

