@charset "utf-8";

/* Links */
a {
	color:#ffffff;
	text-decoration: none;
}

a:visited{ 
	color:#ffffff;
}

a:hover {
	color:#000000;
	text-decoration: underline;
}

/* Elenchi puntati */
ul li{
	list-style-image: url(../images/listato.jpg);
	padding:0px;
	margin:0px;
	
	
}

ol li{
	margin-top: 8px;
	font-weight: bold;
}

