/* To use this style sheet, add the following command 	*/
/* in the <HEAD> section of each HTML file 		*/
/* <LINK REL=STYLESHEET TYPE="text/css" HREF="foodwebs.css"> */

/* ----- Body Style ----- */

BODY  { background: white; }

/* ----- Heading styles ----- */
/* excluding P, UL, OL, LI, DD, DT, TH, TR, TD */

H1, H2, H3, H4, H5, H6 
      { font-family: Arial, Helvitica, sans-serif}

H1    {	text-align: center;
	color: blue }

H2    { color: #109418 }

H3    { color: #302C98 }

H4    { color: #A00830 }

A { text-decoration: none; }