body {
	background-color: #111;
}
h1 {
	font-size: x-large;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em;
}
#sheet {
	background-color: #484848;
	width: 800px;
	color: #8bf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-left: 10px;
	font-size: small;
	line-height: 1.3em;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: 500px;
}
.crumbtrack {
	font-size: smaller;
}

a:link {
	color: #c63;
	text-decoration: none;
}
a:visited {
	color: #d50;
	text-decoration: none;
}
a:hover {
	color: #e61;
	text-decoration: none;
}
a:active {
	color: #d50;
}
#foot {
	background-color: #404040;
	width: 800px;
	color: #4D71B3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: small;
}
h2 {
	font-weight: normal;
	font-size: large;
}
.explain {
	font-size: small;
	color: #909090;
	font-style: italic;
}
