@charset "utf-8";
/* CSS Document */

body
{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

h1
{
	color: #004433;
	font-size: 1.4em;
	margin: 0;
	padding: 0;
}

.greenheader h1
{
	color: white;
}

h1 a
{
	color: #004433;
	text-decoration: none;
}

.desc
{
	font-size: 1em;
}

a.item
{
	padding-right: 30px;
	text-decoration: none;
	display: block;
    color: inherit;
    background: url(/geohistory/mobile/images/listArrow.png) no-repeat right center;
}

a.backitem
{
	padding-left: 30px;
	text-decoration: none;
	display: block;
    color: inherit;
    background: url(/geohistory/mobile/images/backArrow.png) no-repeat left center;
}

.item, .backitem
{
	border-top: #A2E29E solid thin; 
	width: auto;
	padding: 10px;
}

.footer, .greenheader 
{
	background-color: #004433; 
	color: white; 
	text-align: center;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	padding: 10px;
}

.footer a
{
	color: white;
	text-decoration: underline;
}
