@charset "utf-8";
h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	background-color: #000;
	margin: 0 auto;
}
.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#recipePicture {
	width: 350px;
	margin-left: 400px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#directions {
	clear: both;
	margin-bottom: 50px;
	padding-right: 25px;
	padding-left: 25px;
}
#productPicture {
	height: 100px;
	width: 100px;
	margin-left: 765px;
	float: none;
}

#menu {
	background-color: #000;
	width: 71em;
	height: 27px;
	margin-bottom: 10px;
	margin: 0 auto;
}
#recipeName {
	text-align: center;
}
#productPicture1 {
	width: 775px;
	margin-left: 400px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 200px;
}
#list {
	margin: 0px;
	padding: 0px;
}
