body {
	padding-top: 2px;
	text-align: center;
	line-height: 120%;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #24c;
}

.clear {
	clear: both;
}

.justify {
	text-align: justify;
}

.hidden {
	display: none;
}

.title {
	padding-top: 10px;
	text-align: center;
	font-size: 15px;
}

p strong {
	font-size: 20px;
}

h2 img {
	position: relative;
	top: 4px;
	padding-right: 4px;
}

.daily_cook {
	margin: 0 auto;
	width: 900px;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}

.daily_cook p {
	margin: 10px 0px;
}

.daily_cook img {
	border: 1px solid black;
	width: 250px;
	padding: 10px;
	margin: 10px;
}

.recipe {
	padding-bottom: 30px;
}

.recipe_ingredients {
	width: 520px;
	padding: 10px 0px 0px 10px;
	text-align: left;
	float: left;
}

.recipe_make {
	clear: both;
	padding-top: 20px;
	text-align: justify;
	padding: 10px;
}

.cook_recipe_for_tonight {
	margin-bottom: 50px;
}