body {
	background-color: #DCFEC8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: none;
	background-repeat: repeat;
	background-attachment: fixed;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

.hoursheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

.hours {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

.marquee {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006600;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-style: normal;

}
a:hover {
	color: #339900;
	font-weight: bold;

}
a:link {
	color: #339900;
	font-weight: bold;
}

a:active {
	color: #339900;
	font-weight: bold;
}

a:visited {
	color: #ffcc00;
	font-weight: bold;
}

