body {
	background-color: Black;
}

.pulsanti-lingue {
	font-family: "Book Antiqua";
	font-weight: 200;
	font-size: 26px;
	color: white;
	padding: 10px;
	cursor: hand;
	text-decoration: none;
}

.links {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: White;
	background-color: Black;
	padding: 2px;
	text-decoration: none;
}
	

.descrizione {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	background-color: Black;
	padding: 2px;
	text-decoration: none;
}
	
.pulsanti-scorri {
	font-family: "Comic Sans MS";
	text-decoration: underline;
   color: White;
	background-color: Black; 
	cursor: hand;
	font-size: 24px;
	
}

a {
	text-decoration: none;
}

