/* Odyssey Photo Sitemap CSS Document */

#sitemap {
	background: #A79171;
	font-size: 10pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
#sitemap li {
	list-style-type: none;
	}
#sitemap h1 {
	font-size: 12pt;
	font-weight: bold;
	}
#sitemap a {
	font-weight: bold;
	text-decoration: none;
	}
#sitemap a:hover {
  	text-decoration: underline;
	}