.text {
	font-family: "Book Antiqua";
	font-weight: bold;
	color: #800000;
	font-size: 16px;
}
.textGreen {

	font-family: "Book Antiqua";
	font-weight: bold;
	color: #808000;
	font-size: 16px;
}
.textBlack {


	font-family: "Book Antiqua";
	font-weight: bold;
	color: #000000;
	font-size: 18px;
}
#location-map {
	margin: 0 auto;
}
#innkeeper-notes-wrapper {
	border:4px solid #5D7A0F;
	margin:10px auto 10px auto;
	width:580px;
	background:#f5edd7;
}
#innkeeper-notes{
	margin:12px;
	padding: 6px;
	border:1px solid #5D7A0F;
	background:#fff;
	text-align:left;
}
#notes-title {
	color:#000;
	width:100%;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
}

