body {
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 10%;
	margin-top: 5%;
	background: #ffc;
	text-align: left;
	vertical-align: top;
}

p {
	font-family: georgia, times;
	font-size: 15px;
	line-height: 26px;
}

.photo {
	border: 2px solid #330000;
}

.address {
	font-family: georgia, times;
	font-size: 15px;
	line-height: 17px;
}

.infoline {
	margin-top: 0px;
	line-height: 17px;
}

.level1 {
	padding-top: 15px;
	margin-top: 15px;
	font-size: 24px;
}

.level2 {
	font-size: 20px;
	font-weight: normal;
}


.level3 {
	font-size: 18px;
	font-weight: normal;
}

.level4 {
	font-size: 16px;
	font-weight: normal;
}

.level5 {
	font-size: 14px;
	font-weight: normal;
}

.level6 {
	font-size: 12px;
	font-weight: normal;
}

.regular {
	background: #ffa;
}

.alternate {
	background: #ffc;
}

.title {
	border-bottom: none;
	margin-bottom: 0px;
}

.recipie, .author {
	margin-top: 0px;
}

.caption {
	font-family: verdana, geneva, helvetica, arial;
	font-weight: bold;
	font-size: 10px;
	margin-top: 0px;
}


.error {
	font-family: verdana, geneva, helvetica, arial;
	font-weight: bold;
	font-size: 10px;
	color: #f00;
	margin: 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: georgia, verdana;
	margin-bottom: 0px;
	color: #330000;
}

.dashed {
	border-bottom: 2px dashed #000;
	padding-bottom: 2px;
}


td, th {
	font-family: georgia, verdana;
	font-size: 11px;
	text-align: left;
	vertical-align: top;	
}

a {
	font-weight: bold;
	color: #330000;
}

.nav {
	font-family: verdana;
}

a:hover {
	color: #990000;
}

img {
	border: 0;
}


