body {
	font-family: Geneva, Arial, Helvetica, Verdana;
	color: #4b5500;
	background-color: #fdffee;
	font-size: 95%;
	margin: 0px;
}
/* content divs */
.header{
	font-size: 130%;
	font-weight: bold;
}

.about{
	width: auto;
	margin-right: 210px;
	margin-left: 210px;
	height: auto;

}

.faq{
	background-color: #616e00;
	color: #fdffee;
}

.links{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4B5500;
	height: 100%;

}

.breakfast{
	width: 30%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4B5500;

}

.directions{
	height: 100%;
	width: 30%;
}
a {
	color: #4B5500;
	text-decoration: underline;
	font-weight: bold;
}
.maillink {
	text-align: right;
	float: left;
	width: 35%;
	clear: none;
}
form {
	margin: 15px;
	width: 400px;
}
h3 {
	text-decoration: underline;
}
.links a {
	font-weight: normal;
	text-decoration: underline;
}
.links li {
	margin-bottom: 7px;
	list-style-type: square;
}
.image a {
	font-weight: normal;
	text-decoration: underline;
}
.directions a {
	font-weight: normal;
	text-decoration: underline;
}
.thankyou {
	margin-top: 30px;
	text-align: center;
}

