body
  	{
  	font-family: georgia, times, serif;
	font-size: small;
	color: #333;
	background-color: #a6c649;
        padding: 30px;
  	}


 p
  	{
  	padding: 3px;
  	margin: 0;
  	margin-top: 3px;
	}

ol
  	{
  	padding: 10px;
  	margin: 20px;
  	}


.container
	{
		background-color: #ebece6;
		padding: 15px;
		/* border: 40px solid #a6c649; */
	}

#content
	{
		background-color: #fafbf6;
		padding: 20px;
	}

#header
	{
		font-size: 1em; 
		text-transform: uppercase; 
		color: #ccc; 
		text-align: center; 
		margin-bottom: 1em;
	}

#header a:link, #header a:active, #header a:visited 
	{ 
		text-decoration: none; 
		font-style: normal; 
		color: #333; 
	}

#header .double_line 
	{ 
		height: 11px; 
		background: #fafbf6 url('/img/recipe_bar.png') repeat-x; 
		margin: 2em 0; 
	}
	
#header h1 
	{ 
		display: none; 
	}
	
#header h2 
	{ 
		text-align: center; 
		text-transform: none; 
		font-variant: small-caps; 
		color: #222; 
		margin-bottom: 0em; 
	}

#header h4 
	{ 
		font-size: 1.25em; 
		text-transform: uppercase; 
		color: #333; 
		text-align: center;  
	}
	
#ingredients
	{
		color: #666;
	}
	
#ingredients h3, #instructions h3 
	{ 
		text-transform: uppercase; 
		font-size: 1.1em; 
		color: #444;
		letter-spacing: 0.1em;
	}

#ingredients h3
	{ 
		text-align: center; 
	}
	
#ingred_photo	
	{
	}

#instructions
	{
	}

#instructions h4
	{
		font-style: normal;
		font-variant: small-caps;
		color: #444;
		margin-top: 1.2em;
		margin-bottom: 0em;
	}
	
#instructions ol, #instructions ul
	{
		margin-top: 0.25em;
		padding-top: 0;
		margin-right: 2em;
	}	
		
.introduction 
	{ 
		font-style: italic; 
		margin-bottom: 2em; 
		font-weight: bold; 
	}
	
#footer
	{
		text-align: right;
		font-style: italic;
		color: #666;
	}

	
	
p.instr
	{
		padding: 10px;
		margin: 10px;
	}

tr:hover 
	{ 
		background-color: #e3f3b2;
	}

#ingredients h4
	{
		font-style: normal;
		font-variant: small-caps;
		color: #444;
		margin-top: 1em;
	}


#ingredients ul
	{
		list-style: none;
	}

#ingredients  li
	{
		font-weight: bold;
		font-style: italic;
		text-align: center;
	}
	
tr
       { 
		padding: 1px; 
		border: 1px solid green;

	}

fieldset { border:0; padding:0; }
