/* About page CSS. So temporary and simple, but by SuitCase (suitcase@soaringrabbit.com) */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #bff18a;
	margin: 0 auto;
	padding: 0;
	max-width: 900px;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 3em;
	color: white;
	background-color: #457909;
	padding: .2em 1em;
}
p {
	font-size: 1em;
	padding: 0 1em;
}
a:link,a:hover {
	font-weight: bold;
	color: #cc3f00;
}
a:visited {
	font-weight: bold;
	color: #782500;
}
div.burrow_lastp {
	border-bottom: 3px solid #467800;
}
