@charset "iso-8859-1";
/* CSS Document */

body {
	background-color: #3f2102;
}

.testo {
	font-family: Verdana;
	font-size: 10px;
	color: #3f2102;
}

.copyright {
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
}

.titolo_food{
	font-family: Verdana;
	font-size: 11px;
	color: #3f2102;
	font-weight: 600;
}

.head_food{
	font-family: Verdana;
	font-size: 12px;
	color: #3f2102;
	font-weight: 600;
}

a.menu_links {
	font-family: Verdana;
	font-size: 10px;
	font-weight: 600;
	color: #3f2102;
	text-decoration: none;
}

a.menu_links:hover {
	font-family: Verdana;
	font-size: 10px;
	font-weight: 600;
	color: #FCA449;
	text-decoration: none;
}

.vegetariano {
	color: #009933;
}