@charset "utf-8";
/* McDonoughs Market CSS Styleshhet */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EEEEEE;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #191B1C;
	text-decoration: none;
	font-weight: lighter;
	text-align: center;
	line-height: 24px;
	background-color: #FFFFFF;
}
h1 a:link {
	color: #191B1C;
	text-decoration: none;
	font-weight: lighter;
	line-height: 24px;
	background-color: #FFFFFF;
}
h1 a:visited {
	color: #191B1C;
	text-decoration: none;
	font-weight: lighter;
	line-height: 24px;
	background-color: #FFFFFF;
}
h1 a:hover {
	color: #000099;
	text-decoration: none;
	font-weight: lighter;
	line-height: 24px;
	background-color: #FFFFFF;
}
h1 a:active {
	color: #191B1C;
	text-decoration: none;
	font-weight: lighter;
	line-height: 24px;
	background-color: #FFFFFF;
}
.footer {
	background-color: #EEEEEE;
}
.header {
	background-color: #FFFFFF;
	display: block;
	height: 36px;
	vertical-align: middle;
}
