@charset "utf-8";
/* CSS Document */
.address {
	margin: 20px 0px 10px 0px;
}
.hours {
	margin: 10px 0;
	font-size: smaller;
}
.menu {
	margin-bottom: 10px;
}
.menu h2 {
	margin: 0;
	padding-bottom: 10px;
	color: #981B1E;
}
.menu a {
	color: #006F3B;
	text-decoration: none;
}
.menu a:hover {
	color: #006F3B;
	text-decoration: underline; 
}
.menu-highlighted {
	font-weight: bold;
	color: #006F3B;
}


