body 	{
		font-family: Helvetica, Arial, Tahoma, sans-serif;
		font-size: 1.0em;
		width: 100%;
		max-width: 960px;
		margin: 0px 20px;
}
/* Begin horizontal navigation */
nav 	{
		width: 100%;
		margin: 20px 0;
		
}
nav ul	{
		width: 100%;
		list-style: none;
		margin: 0;
		padding: 0;
}
nav ul li	{
		width: 25%;
		float: left;
}
nav ul li a {
		text-align: center;
		padding: 8px 0;
		display: block;
		width: 100%;
		background: #cdeb8e; /* Old browsers */
		background: -moz-linear-gradient(top, #cdeb8e 0%, #b0ca34 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cdeb8e), color-stop(100%, #b0ca34)); /* Chrome,Safari 4+ */
		background: -webkit-linear-gradient(top, #cdeb8e 0%, #b0ca34 100%); /*Chrome 10+,Safari 5.1+ */
		background: -o-linear-gradient(top, #cdeb8e 0%, #b0ca34 100%); /* Opera 11.10+ */
		background: linear-gradient(to bottom, #cde8be 0%, #b0ca34 100%); /* W3C Standard, IE10+ */
}
nav ul li a,
nav ul li a:focus,
nav ul li a:visited,
nav ul li a:hover,
nav ul li:active {
		color: #000;
		text-decoration: none;
}
nav ul li a:hover,
nav ul li a:active {
		background: #b0ca34; /* Old browsers */
		background: -moz-linear-gradient(top, #b0ca34 0%, #96c40d 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b0ca34), color-stop(100%, #96c40d)); /* Chrome,Safari 4+ */
		background: -webkit-linear-gradient(top, #b0ca34 0%, #96c40d 100%); /*Chrome 10+,Safari 5.1+ */
		background: -o-linear-gradient(top, #b0ca34 0%, #96c40d 100%); /* Opera 11.10+ */
		background: linear-gradient(to bottom, #b0ca34 0%, #96c40d 100%); /* W3C Standard, IE10+ */
}
nav ul li:first-child a {
		border-top-left-radius: 8px;
		border-bottom-left-radius: 8px;
}
nav ul li:last-child a {
		border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
}
/* End of horizontal navigation */
h1		{
		font-variant: small-caps;
		text-align: left;
}
#wunder {border: 0;}