BODY   {
background: #FF9801;
color: #000000;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 10px;
font-family: tahoma, verdana, arial;
}

P   {
font-size:14px/16px;
margin-left: 10px;
margin-right: 10px;
color: #660000;
}

H1   {
font-family: tahoma, verdana, arial;
font-weight:bold;
font-size:14px;
margin-left: 10px;
margin-right: 10px;
}

H2   {
font-family: tahoma, verdana, arial;
font-weight:bold;
font-size:14px;
margin-left: 10px;
margin-right: 10px;
}

H3   {
font-family: tahoma, verdana, arial;
font-weight:bold;
font-size:14px;
margin-left: 10px;
margin-right: 10px;
}

H4   {
font-family: tahoma, verdana, arial;
font-weight:bold;
font-size:14px;
margin-left: 10px;
margin-right: 10px;
}

H5   {
font-family: tahoma, verdana, arial;
font-weight:bold;
font-size:14px;
margin-left: 10px;
margin-right: 10px;
}

P.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight : normal;
}

P.menu_catagory {
font-family: Papyrus, "Papyrus LET Plain, Calisto MT, Calisto, tahoma, verdana, arial";
font-weight:bold;
font-size:22px;
}

P.menu_price{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	text-align : right;
}

.menu_item { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-weight:bold; 
font-size:16px; 
}

.menu_highlight {
	font-family: Papyrus, "Papyrus LET Plain";
	font-weight: bold;
	font-size:12px;
	color : #DA2C0F;
}

/* ------------------------------- */

A:link {
color: Blue
}     /* unvisited link */

A:visited {
color: Maroon
}  /* visited link */

A:hover    {
color: Blue;
text-decoration:none;
}   /* mouse over link */

A:active {
color: Blue
}   /* selected link */

/* ------------------------------- */

.medium
{
font-size:13px;
}

.small
{
font-size:11px;
}

.required_form
{
background: #FFE1B3;
}

/* ------------------------------- */
/*  Controlling the Unordered List - UL and LI */
UL {
margin-left: 12px;
padding-left: 5px;
} 

LI   {
margin-bottom: 8px;
}

/*  Controlling the Ordered List - UL and LI */
OL {
margin-left: 12px;
padding-left: 5px;
} 
/* ------------------------------- */

/* Adding Borders to Tables  */

TD.borderleft {  border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 2px}

TD.borderbottom {  
border-style: solid; 
border-top-width: 0px; 
border-right-width: 0px; 
border-bottom-width: 1px; 
border-left-width: 0px;
border-color: Black;
}

TABLE.borderall {
background-color:#FFB548;
border-style:solid;
border-color:660000;
border-width:2px;
}

/* ------------------------------- */
/* Grub Club Menu */
H1.menu   {
color: #51587B;
font-family: tahoma, verdana, arial;
font-weight:bold;
font-size:15px;
margin-left: 0px;
margin-right: 0px;
margin-top: 4px;
margin-bottom: 4px;
}

H2.category   {
font-family: tahoma, verdana, arial;
color: #B20B43;
font-style: italic;
font-weight:bold;
font-size:15px;
margin-left: 4px;
margin-right: 4px;
margin-top: 3px;
margin-bottom: 0px;
}

P.menu  {
margin-left: 4px;
margin-right: 4px;
margin-top: 3px;
margin-bottom: 3px;
}

.menu_item  {
color: #51587B;
font-family: tahoma, verdana, arial;
font-weight:bold;
font-size:15px;
margin-left: 4px;
margin-right: 4px;
margin-top: 3px;
margin-bottom: 3px;
}

.darker
{
background: #FEA723;
}

.lighter
{
background: #FEB443;
}

/* ------------------------------- */

/*
Notes:
- a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!!
- a:active MUST come after a:hover in the CSS definition in order to be effective!!
- Pseudo-class names are not case-sensitive.
- IE 4 and higher supports the anchor pseudo-class. NN 4.5 and Netscape 6 support the anchor pseudo-class only partially.

- font property: (weight, style, size/leading, font family) i.e. 
	font: medium italic 24pt/30pt Georgia, serif;
	Order must be correct
*/pseudo-class. NN 4.5 and Netscape 6 support the anchor pseudo-class only partially.

- font property: (weight, style, size/leading, font family) i.e. 
	font: medium italic 24pt/30pt Georgia, serif;
	Order must be correct
*/