/* This is the recipe title section */
h1 {
	background-color:#63F1A7;
	font-family:Georgia;
	text-decoration: underline;
	font-size:30px;
	border:2px solid black;
	text-align:left;
	padding-left: .2cm;
        line-height: 200%;

}


/* This is the recipe ingredients and instructions section */
p {
	background-color:#63F1A7;
	font-family:Georgia;
	font-size:16px;
	border:2px solid black;
	text-align:left;
	padding-left: .25cm;
	padding-bottom: .25cm;
        line-height: 160%;
}

/* This is the recipe picture format section */
img {
	float:right;
	border:2px solid black;
	margin:8px 8px 8px 8px;
        height="230";
}

