.ripeti {
	background-image: url(Image/ripeti.gif);
	background-repeat: repeat-y;
}

.ripeti_prodotti {
	background-image: url(Image/ripeti_prodotti.gif);
	background-repeat: repeat-y;
}

.ripeti_ricette {
	background-image: url(Image/ripeti_ricette.gif);
	background-repeat: repeat-y;
}

body {
	background-image: url(Image/pattern.jpg);
	background-repeat: repeat;
}

.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	color: #660000;
	text-align: justify;
}

.nome_prodotto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #660000;
	text-align: center;
	font-style: normal;
	font: bold;
}

.elenco_prodotto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ff6600;
	text-align: center;
	font-style: italic;
	font: bold;
	
}
A:link	{	
	text-decoration:	none;
	color : #ff6600
	}	
		
A:visited	{	
	text-decoration:	none;
	color : #ff6600
	}	
		
A:active	{	
	text-decoration:	none;
	color : #ff6600
	}	
		
A:hover	{	
	text-decoration:	underline;
	color : #ff6600
	}

