body {
	text-shadow: 1px 1px #292929;
	background: #333333;
	color: white;
	font-family: Arial, "Lucida Grande", Verdana, sans-serif;
	padding:0 24px;
}

h1 {
	font-size: 48px;
	text-shadow: 3px 3px #292929;
}

a {
	text-decoration: none;
	border-bottom-color: white;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: white;
}

dl {}

dt {
	font-size: 24px;
	text-shadow: 2px 2px #292929;
}

dd {
	display: none;
	margin-bottom: 12px;
}

ul {
	margin-left: -25px;
}

li {
	margin-bottom: 6px;
}

.arrow {}
