/* For html site map page */

body {
	color: darkslategray;
	background: whitesmoke url('../img/site/viajes-y-suenos-travel-and-dreams-spanish-plains-in-the-snow-by-dj-rudy-site-map-background-www.upbustleandout.co.uk.jpg') fixed top left !important;
}
body a:link, body a:active, body a:visited {
	color: darkgreen;
}
body a:hover {
	color: darkslategray;
}

.siteMapPageContainer {
	width: 100%;
	font-size: 0.9em;
	min-height: 450px;
	margin-bottom: 10px;
}
.siteMapPageContainer, h1 {
	/* font-family: "Trebuchet MS", sans-serif; */
}

.siteMapLine {
	width: 98%;
	margin: 0px 1%;
	border-bottom: 1px dotted silver;
}
.titleAndSummary {
	max-width: 610px;
}
.titleAndSummary a {
	font-weight: bold;
}
.pageDate {
	float: right;
	color: darkgray;
	font-size: 0.8em;
	position: relative;
	top: 2px;
}


