/* HTML Elements */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-color: #F6E698;
	color: #000000;
}

li,ol,ul,br,input,p,select,option,textarea,tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
	color: #000000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
	color: #000000;
	vertical-align: top;
}


/* Body Styles */
.footer{
	font-size: 10pt;
}

.head1{
	font-size: 14pt;
	background-color: #DDB883;
	font-weight: bold;
	padding: 10pt;
	text-align: center;
}

.menuDescription {
	font-weight: bold;
	font-size: 10pt;
}

.menuItem {
	color: #784808;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
}

.money {
	color: #DC3C1F;
	font-weight: bold;
	text-align: right;
}

.navbar{
	color: #7E5908;
	font-family: cursive;
	font-size: 11pt;
	text-decoration: none;
	line-height: 20pt;
}

.title {
	color: #CC3300;
	font-family: cursive;
	font-size: 48pt;
	font-style: italic;
	text-align: center;
}
