body {
	background-color: black;
	color: white;
}

a:link {
	color: #e8e8e8;	
}

a:visited {
	color: #d8d8d8;	
}

#logo {
	position: absolute;
	top: 12px;
	left: 24px;
	width: 600px;
}

#content {
	display: absolute;
	margin-top: 200px;
}

#copyright {
	background-color: black;
	color: #cccccc;
}

#transcript, .navLinks {
	background-color: black;
	color: #e0e0e0;
	border-color: #444444;
}

.navLinks {
	border-bottom-color: #222222;
}

#recap {
	font-style: italic;
	margin-bottom: 2em;
}

#panel img {
	border: 2px solid white;
	padding: 0;
}
