body {
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: black;
}

a {
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: red;
	text-decoration: none;
}

.box_prodotti {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}

.bold {
	font-weight: bold;
	color: red;
}

.tabella {
	width:		100%;
	border:		1px solid black;
	background:	white;
}

.riga_pari {
  background:		#eeeeee;
}

.riga_dispari {
  background:		#dddddd;
}



