body {
	background: White;
	margin: 0px;
}

.highlight {
	color: #371D00;
	font-size: 11px;
	font-weight: bold;
}
#restaurants {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 17px;
	//border-left: 8px solid #427A4E;
	//border-right: 8px solid #427A4E;
	height: 100%;
}
a:link, a:visited {
	color: #94184C;
}
a:hover {
	color: #94184C;
}
h3 {
	color : #94184C;
	font-size : 18px;
	font-weight : normal;
	padding-bottom : 2px;
	margin-bottom : 2px;
	letter-spacing : -.05em;
	display: block;
	border-bottom-color: #94184C;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
h4 {
	color : #94184C;
	font-size : 15px;
	font-weight : normal;
	margin-top : 2px;
	margin-bottom : 2px;
	text-align: right;
}

