/* Here are general styles */a:link { color: rgb(0,102,0) }               /* dark green */a:visited { color: rgb(0,102,0) }            /* dark green */a:active { color: rgb(0,102,0) }           /* dark green */a:hover { color: rgb(255,204,102) }          /* yellow-orange */ body {	background-color: rgb(255,204,51);   /* yellow-orange */	color: rgb(0,0,0);                   /* black */}/* This is a class for the page title, inside of the logo */.header { 	font-family: Times New Roman, Times;  	font-size: 24pt;  	color: rgb(255,51,0); }/* This sets the background color for the submenus */.backcolor { background-color: rgb(0,102,51) } /* This is a class for the sub menus for links and the font*/ .submenu a { text-decoration: none }.submenu a:link { color: rgb(0,255,0) }     /* green */.submenu a:visited { color: rgb(0,255,0) }  /* green */.submenu a:active { color: rgb(0,255,0) }   /* green */.submenu a:hover { color: rgb(255,255,0) }  /* yellow */.submenu { font-family: Verdana, Arial, Helvetica }/* This sets the font for the header for the different sections in the submenu */.submenuheader {	font-size: 14pt;	font-weight: bold;	color: rgb(255,255,255);                 /* white */}  /* This sets the font for the page you are currently at in the submenu */.submenuat { 	font-size: 12pt;	color: rgb(255,0,0);							/* red */}       /* This sets the font for notes that you wish to make in the submenu */.submenunote { 	font-size: 12pt;	color: rgb(0,0,0); 							/* black */}	/* This sets the font for the restaurant establishment date in the location home pages */.locationestablished { 	font-size: 14pt;	color: rgb(0,102,51); 					   /* dark green */}/* This sets the font for the restaurant address in the location home pages */.locationaddress { 	font-size: 14pt;	color: rgb(255,102,0); 						 /* orange */}  /* These are the fonts for the anchors to other menu sections in the *//* menu section pages. */.menusectionlinks { 	font-family: Verdana, Arial, Helvetica; 	font-weight: bold;  	color: rgb(255,0,0);							/* red */ }.menusectionlinks a { text-decoration: none }.menusectionlinks a:link { color: rgb(0,102,0) }       /* dark green */ .menusectionlinks a:visited { color: rgb(0,102,0) }    /* dark green */.menusectionlinks a:active { color: rgb(255,153,0) }   /* orange-like */.menusectionlinks a:hover { color: rgb(255,204,102) }  /* yellow-orange *//* This is the font for the menu section name, like 'Appetizers' at *//* the top of each menu section page */.menusectionname { 	font-family: Verdana, Arial, Helvetica;	font-size: 22pt;	color: rgb(255,153,0); 							/* orange-like */}    /* This is the font for the menu section description, like 'Served with ...' *//* It's at the top of each menu section page, below menusectionname */.menusectiondescription { 	font-family: Verdana, Arial, Helvetica;	font-size: 10pt;	font-style: italic;	color: rgb(255,153,0); 							/* orange-like */}        /* This sets the font for the name of the restaurant in the bottom *//* part of the menu pages */.menulocationname { 	font-family: Verdana, Arial, Helvetica;	font-size: 18pt;	font-weight: bold;	color: rgb(255,153,0); 							 /* orange-like */}      /* This sets the font and anchors for the links to diffenent pages within *//* each location at the bottom part of the menu pages */.menulocationlinks { font-family: Verdana, Arial, Helvetica }.menulocationlinks a { text-decoration: underline }.menulocationlinks a:link { color: rgb(0,102,0) }       /* dark green */ .menulocationlinks a:visited { color: rgb(0,102,0) }    /* dark green */.menulocationlinks a:active { color: rgb(255,153,0) }   /* orange-like */.menulocationlinks a:hover { color: rgb(255,204,102) }  /* yellow-orange *//* This is the font for the menu item name, like 'Club Sandwhich' */ .menuitemname { 	font-family: Arial, Helvetica, Verdana;	font-size: 10pt;	font-weight: 700;	color: rgb(0,51,0);  							   /* dark green */}/* This is the font for the menu item descriptions */.menuitemdescription { 	font-family: Arial, Helvetica, Verdana;	font-size: 8pt; }