@charset "utf-8";
@import url("styles.css");

/* CSS Document */

body, a {
	color: #000;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff;
	text-align: center;
}
#container {
	width: 40em;
	margin: 0 auto;
	text-align: left;
}
#header li {
	display: inline;
}
#map {
	display: none;
}
