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


BODY	{background: url(aoc.png);
	background-attachment: fixed;
	background-color: #FFFFCC}


H1	{font-family: "times new roman", serif;
	font-size: 22pt;
	color: black;
	font-weight: lighter;
	margin-left: 10%;
	margin-right: 15%;
	border-top: none;
	border-left: none;
	border-right: none; 
	border-bottom: double;}

H2	{font-family: arial, verdana;
	font-size: 16pt;
	color: gray;
	margin-left: 10%}

H3      {font-family: arial, verdana;
	font-size: 12pt;
	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%}


