/* A few notes on style... I believe I 
originally wanted to have kind of a tan background with dark blue text. 
I stayed sort of close to that, but went even 
lighter on the background color once I saw how dark the tan was. 
Hopefully the end result is easy enough to read and has a modicum of professionalism. 
I kept most of the other styling basic, centering some text for aesthetics, but found that
centering the body of each page didn't look so good. Too choppy. 
Also, in the interest of keeping the table with store hours clean, I chose not to add borders.*/

header {
	text-align: center;
	font-family: serif;
}

ul {
	display: inline;
	padding: 3px;
	border-top: solid 4px slategray;
	border-bottom: solid 4px slategray;
	border-left: transparent;
	border-right: transparent;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

a {
	color: white;
	background-color: navy;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;

}

body {
	background-color: papayawhip;
	font-family: geneva, avant garde, helvetica, serif;
	color: navy;
	padding: 10px;

}

div.copyright {
	text-align: center;
}

table {
	border: 1px solid navy;
	border-collapse: collapse;
}