HTML BODY { 
	margin: 0; 
	padding: 0; 
	border-width: 0; 
} 

.bgsfumato {
	background-image: url(../prodotti/img/bg_tabella_sfumato.jpg);
	background-repeat: repeat-x;
	color: #000000;

}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: 18px;


}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	margin: 5px 0px 0px;
	padding: 0px;

}
.lineacelestetabella {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8DAF4;
}
body {
	background-color: #FFFFFF;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #A45148;
	text-decoration: none;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #A45148;
	text-decoration: none;
}
a:hover {
	color: #3399CC;
}
ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	margin-top: 10px;

}

