body {
	font-family: Arial; background-color: #B45817; margin: 0;
}

div.heading {
	font-size:30; font-weight:bold;
}

a {
	text-decoration:none; color: #B45817;
}

a:hover	{
	text-decoration:underline;
}

a.navigation {
	font-size:18;
}

hr {
	border: 1px solid #B45817; padding-bottom: 1px;
}

span.block {
	border-left: 2px solid black;
	border-right: 2px solid black;
	background-color:white;
	position:absolute;
	left:7%;
	width:84%;
	padding: 20px 1% 20px 1%;
}