/* This is a test of the recipe style */


BODY{
	background: url("http://www.andysville.net/images/bg/aoc.png");
	background-attachment: fixed;
	background-color: #FFFFCC}


H1	{font-family: "tahoma",arial,sans serif;
	font-size: 2em;
	color: black;
	font-weight: 100;
	margin-left: 10%;
	margin-right: 15%;
	border-top: none;
	border-left: none;
	border-right: none; 
	border-bottom: double;}

H2	{font-family: "tahoma",arial,sans serif;
	font-size: 1.5em;
	color: gray;
	margin-left: 10%}

H3 {font-family: "tahoma",arial,sans serif;
	font-size: 1.3em;
	color: gray;
	margin-left: 10%}


P 	{font-family: "times new roman";
	font-size: 13pt;
	margin-left: 10%;
	margin-right: 15%}

p.ing	{margin-left: 20%;
	margin-right: 20%;
	font-family: arial, "trebuchet ms", arial, verdana;
	font-size: 10pt;
	font-style: bold;
	line-height: 120%;
	color: black;}

p.intro {font-family: "arial", "verdana";
	color: navy;
	font-size: 10pt;
	font-style: italic;
	margin-left: 10%;
	margin-right: 20%}

UL	{font-family: "times new roman";
	font-size: 13pt;
	margin-left: 17%;
	margin-right: 15%}


