/* CSS Document */

body {
	background-color: #F8EBD7;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: medium;
	padding: 20px;
	margin: 0;
	left: 0;
	top: 0;
}
h1 {
	font-size: large;
	font-weight: bold;
}
p {
	margin-top: 0;
	margin-bottom: 8px;
	color: #000;
}
.pricetag {
	color: #444;
}
.foodMenu {
	font-size: medium;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #812729;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #812729;
}
a:link, a:visited, a:active {
	color: #812729;
	text-decoration: none;
}
a:hover {
	color: #411415;
	text-decoration: underline;	
}
.selMenuItem a:hover, .selMenuItem a:link, .selMenuItem a:visited, .selMenuItem a:active {
	color: #000;;
	text-decoration: underline overline;
}