body {
	background-color: #F5FFFA;
	font: 10pt Arial, Helvetica, sans-serif;
	text-align:center;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
}
td {
	font:10pt Arial, Helvetica, sans-serif;
	text-align:left;
	padding-right:10px;
}
th {
	text-align:left;
	padding-right:10px;
	background-color:white;
	font-weight:bold;
	font-style:oblique;
	margin-bottom:3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: green;
}
.restaurantMenu
{
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
}
.pagecontent{
	text-align: left;
	width:700px;
	
	background-color: White;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #DCDCDC;
	
	color: Black;
}
.maincontent {
	border:1px solid gray;
}

.navigation {
	background-color:white;
	border-left:1px solid #DCDCDC;
	border-right:1px solid #DCDCDC;
}

.navigation a, .navigation a:hover, .navigation a:visited {
	color:black;
	padding:4px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:12pt;
}
.navigation a:hover {
color: #999999;
}

.navitem {
	border:none;
	padding:0px;
	margin:0px;
}
 a{
	border:none;
}

a.specials, a.specials:visited{
	font-weight:bold;
	background-color:yellow;
	border:1px solid green;
	padding:0px;
}
a.specials:hover {
	font-weight:bold;
	background-color:green;
	border:1px solid yellow;
	color:white;
}

.specialsPrice {
	color: #990000;
	font-weight: bold;
	font-size: 14pt;
}

form table {
	font: 8pt Arial, Helvetica, sans-serif;
}

p {
padding:8px;
}
