body {
	background-color: #efefef;
	font-family: Verdana;
	font-size: 9pt;
	line-height: 2.0;
}

div#creaturePic {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	background-color: white;
}

hr {
	border: 0;
	border-bottom: 1px dashed black;
	width: 50%;
	margin-left: 0;
	margin-right: 0;
}

h1 {
	font-size: 12pt;
	padding: 1em;
	margin: -1em;
	margin-bottom: 1em;
	background: white;
	border-bottom: 1em #999;
}

span.subtle {
	font-family: monospace;
}

h3 {
	text-align: center;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

