/* CSS Document */
body {
	background-image: url(../img/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: regular;
	color: #515151;

}

.txt a {
	color: #515151;	
	font-weight: regular;
	text-decoration: underline;
	
}

.txt a:hover{
	color: #FF0000;	
	font-weight: regular;
	text-decoration: underline;
}
.txtprodotti {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: regular;
	color: #5D7B7B;

}

.txtprodotti a {
	color: #CC0609;	
	font-weight: bold;
	text-decoration: none;
	
}

.txtprodotti a:hover{
	color: #CC0609;	
	font-weight: regular;
	text-decoration: underline;
}

