/* Michael Scott
   CS 473 - Web Site Design
   9/9/08
   home.css
   Style sheet for Home Page for Pie Recipes */



h1	{
   	   color: #A4A4A4;
   	   background-color: #e2d2D2;
   	   font-family: "Ariel", "Futura", "Verdana", sans-serif;
   	   text-decoration: underline;
   	   letter-spacing: 0.2em;
   	   text-align: center;
   	   font-size: 34pt;
   	   font-weight: bold;
	}


h3	{
   	   text-align: left;
   	   font-size: 18pt;
   	   font-weight: bold;
	}


p	{
	   color: #445444;
	   font-size: 16pt;
	   font-family: "Veranda", "Garamond", "Serif";
	}


a	{
	   color: blue;
	   text-decoration: underline;
	}


h4	{
	   text-align: center;
	   font-family: "Ariel", "Futura", "Verdana", sans-serif;
	}