/* Main Page Stylesheet*/

/* Find a display font that the user has available*/
CODE {font-family: verdana, Geneva, arial, helvetica, sans-serif;}

body         { font-family: verdana, Geneva, arial, helvetica, sans-serif; 
               font-size:15px; color: #000000; 
               font-weight: bold; background-repeat: repeat-x; 
               background-attachment: scroll; text-align: Justify; 
               border: 0px solid #FFFFFF; margin-top: 0; 
               background-position: 0% }

/* MENU TEXT***************************** */
/* Menu header text in caps*/
.menuhead    { font-family: verdana, Geneva, arial, helvetica, sans-serif;
			   font-size:15px; color: #FFFFFF; 
			   font-weight: bolder; font-style: normal; letter-spacing:1px; 
			   text-align: left; padding-left:21px; padding-top:10px; padding-right:0px; 
			   text-decoration: none; line-height:15px; margin-top:22px; 
			   margin-bottom:-24px; text-transform: uppercase;}
/* Menu normal text - dishes, etc*/
.menuprice    { font-family: verdana, Geneva, arial, helvetica, sans-serif;
			   font-size:11px; color: #FFFFFF; 
			   font-weight: normal; font-style: normal; letter-spacing:-1px;
			   text-align: left; padding-left:21px; padding-top:10px; padding-right:0px; 
			   text-decoration: none; line-height:15px; margin-bottom:0px; }
.menusubhead { font-family: verdana, Geneva, arial, helvetica, sans-serif;
			   font-size:12px; color: #FFFFFF; 
			   font-weight: bolder; font-style: normal; letter-spacing:0px; 
			   text-align: left; padding-left:21px; padding-top:10px; padding-right:0px; 
			   text-decoration: none; line-height:15px; margin-top:22px; 
			   margin-bottom:-24px; text-transform: none;}
/* Menu normal text - dishes, etc*/
.menubody    { font-family: verdana, Geneva, arial, helvetica, sans-serif;
			   font-size:11px; color: #FFFFFF; 
			   font-weight: normal; font-style: normal;
			   text-align: left; padding-left:21px; padding-top:10px; padding-right:0px; 
			   text-decoration: none; line-height:15px; margin-bottom:0px; }


/* Print Settings*/

/* Page backgound white while printing*/
@media print {
BODY {background-color: white}
}

/* Page margin*/
@page{
margin: 5%
}