@charset "utf-8";
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: underline;
	color: #00CC33;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
}
.Hours {
	background-color: #FFFFFF;
	width: 100%;
	height: 300px;
}
