/* This is the stylesheet for andysville cookbook menu */

body {background: url("ivory.png");
		 font-family: "tahoma", arial, helvetica, sans-serif;	  }
div.category{
   font-family: "tahoma", arial, helvetica, sans-serif;
   font-size: 0.9em;
   color: black;
   font-weight: bold;
   background-color: orange;
   }
div.recipe_name{
   font-family: "tahoma",arial,helvetica,sans-serif;
   font-size: 0.8em;
   color: black;
	 margin-left: 1em;
	 }
   
   
   

