.main {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background-color: rgb(255, 255, 255);
	text-align: left;
	font-family: arial, sans-serif;
}
body {
	margin: 0px;
	background-color: #004444;
	text-align: center;
}
.heading {
	padding-top: 1ex;
	padding-bottom: 1ex;
	text-align: center;
	font-size: 170%;
}
.recipeLink {
	margin-top:0.5em;
}
.center {
	text-align: center;
}
.navigation {
	text-align: center;
}
.recipeTitle {
  font-weight: bold;
  font-size: 130%;
  text-align: center;
}
.recipeSubtitle {
  font-weight: bold;
  text-align: center;
}
.award {
  font-weight: bold;
  text-align: center;
}
.recipeMain {
  margin-left: 1em;
  margin-right: 1em;
  font-family: serif;
}
ol li {
	margin-bottom: 0.25em;
	margin-top: 0.25em;
}
