/* menustyle.css*/

.menuname {
	font: bold 1.8em Georgia, "Times New Roman", Times, serif;
	color: maroon;
	text-align: center;
}

.menudesc {
	font: 16px Georgia, "Times New Roman", Times, serif;
}

.catname {
	font: bold 1.3em Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}

.catdesc {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
}

.fooditemname {
	color: maroon;
	font: bold 1.4em "Courier New", Courier, mono;
}

.fooditemdesc {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.price {
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

div#menucontent  {opacity: 0.95;
	margin-top: 15px;
}

div#menubox {
	
}
