
body{
	font-size:100%;
	font-family: Arial,Helvetica,sans-serif;
	}
   
/* results pages navigation */

#navResults, #navResults li{
	list-style: none;
}

#navResults{
	text-align: center;
	margin: 3ex 0 0 0;
	font-size: 100%;
	padding: .8ex;
	background: #e5e8e3;
	border-top: 1px solid #dadbdc;
}

#navResults li{
	display: inline;
}

#navResults li a{
	color: #8a2405;
	/* font-weight: bold; */ 
}