a.menu:hover {
	color: #FFA500;
	font-size: 12;
	font-family: arial, helvetica, sans-serif;
}
a.menu {
	color: gray;
	font-size: 12;
	font-family: arial, helvetica, sans-serif;
}
a.ricette {
	color: Gray;
	font-size: 12;
	font-family: arial, helvetica, sans-serif;
}
a.ricette:hover {
	color: #0c0174;
	font-size: 12;
	font-family: arial, helvetica, sans-serif;
}
p {
	color: #1E90FF;
	font-weight: normal;
	font-size: 15px;
	font-family: courier, fixed, monospace;
}
p.articoli {
	font-size: 12;
	font-family: arial, helvetica, sans-serif;
	color: gray;
}

h5 {
	color: #A65D07;
	font-size: 18px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}
a.indietro {

	font-size: 12;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}
a.indietro:hover {

	color: blue;
	font-size: 12;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}


