@charset "utf-8";
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0000FF;
	font-weight: 500;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
	font-weight: 500;
}
a:hover {
	background-color: #0000FF;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: 500;
}
.hours {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 5px;
	text-align: justify;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	background-color: #FFFBF0;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
}
