body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFE3C4;
}
.capolettera {
	font-family: "Times New Roman", Times, serif, "Trebuchet MS";
	font-size: 200%;
	color: #760030;
	font-style: italic;
	font-weight: bold;
}
.titolo {
	font-family: "Times New Roman", Times, serif, "Trebuchet MS";
	font-size: 120%;
	color: #760030;
	font-style: italic;
	font-weight: bold;
}
.bordo {
	border: 1px dashed #8F2E53;
}
a:link {
	color: #760030;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #760030;
}
a:hover {
	text-decoration: none;
	color: #760030;
}
a:active {
	text-decoration: underline;
	color: #760030;
}
#listaProdotti {
list-style-type:none;
list-style-image:url(../img/puntilistaprodotti.gif);
}
#listaProdotti li{
margin-top:5px;
}