a:link, a:visited
	{
	font-family:Times New Roman;
	font-weight: 600;
	text-decoration:none;
	color: #F4ECD9;
	}

a:hover
	{
	font-family:Times New Roman;
	font-weight: 600;
	text-decoration:none;
	color: #7C6240;
	}
h4.alert
	{
	margin: 0px 20px 20px 20px;
	font-weight: bold;
	font-style: italic;
	color: #F4ECD9;
	}

/* Dinner Menu Style */

	ul.menu {margin: 10px;}
	.menu_item {float: left; width:250px; margin: 0px;}
	.price {text-align: right; margin: 0px;}
	img.menu_spacer {height: 10px; width: 270px;}
