h2
{
	text-align: center;
	font-size: 10px;
	font-color: rgb(150,150,150);
	border-bottom:0px;
}

table.menucat
{
	background-color: rgb(255,240,0);
	border: 1px solid black;
	width: 80%;
	cellpadding: 0;
	cellspacing: 0;
}

tr.r0
{
	background-color: rgb(255,248,185);
}
tr.r1
{
	background-color: white;
}
td.menuhead
{
	height: 50px;
	background-color: rgb(201,0,0);
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align:center;
	font-size: 20px;
	font-weight: bold;
	color: rgb(255,240,0);
}
td.menuitem
{
	text-align=left;
	font-size: 12px;
}
td.menuitem2
{
	text-align=left;
	font-size: 12px;
	text-indent: 10pt;
}
td.menusubhead
{
	border-top: 1px solid rgb(201,0,0);
	border-bottom: 1px rgb(175,175,175);
	background-color: rgb(201,0,0);
	border: 1px solid black;
	text-align=center;
	font-size: 10px;
	font-style: italic;
	color: rgb(255,240,0);
}
td.menusubitem
{
	font-size: 10px;
	text-indent: 10pt;
}
td.menuprice
{
	text-align=right;
	font-size: 12px;
}
td.hours
{	text-align=center;
	font-size: 12px;
}
td.imageholder
{
	border: 1px solid rgb(200,200,200);
}
td.menuhgreen
{
	border: 1px solid rgb(160,190,130);
	background-color= 'rgb(68,90,0)';
	color= white;
	font-size: 10px;
}
td.menuhred
{
	border: 1px solid rgb(201,150,150);
	background-color= 'rgb(201,0,0)';
	color= white;
	font-size: 10px;
}
td.menuhyellow
{
	border: 1px solid rgb(255,240,150);
	background-color= 'rgb(255,240,0)';
	color= 'rgb(50,50,50)';
	font-size: 10px;
}
td.menugreen
{
	border: 1px solid rgb(160,190,130);
	background-color= white;
	color= 'rgb(50,50,50)';
	font-size: 10px;
}
td.menured
{
	border: 1px solid rgb(201,150,150);		
	background-color= white;
	color= 'rgb(50,50,50)';
	font-size: 10px;
}
td.menuyellow
{
	border: 1px solid rgb(255,240,150);
	background-color= white;
	color= 'rgb(50,50,50)';
	font-size: 10px;
}
a.footer:link
{
	color: rgb(150,150,150);
	text-decoration: none;
}
a.footer:active
{
	color: rgb(150,150,150);
	text-decoration: none;
}
a.footer:visited
{
	color: rgb(150,150,150);
	text-decoration: none;
}
body 
{
	font-family: "Verdana", "Tahoma", "Helvetica", "Arial", sans-serif
}