body {
	background-color: #F0E68C; 
	font: small/1.6em Verdana, Helvetica, Arial, sans-serif;
}

h1, h2 {
	font-weight: bold; 
	color: #228B22;
	line-height: 1;
}
h1 {
	border-bottom: 1px solid black;
	font-size: 300%;
}
h2 {
	font-size: 150%;
}
p {
	color: #000000;
}
p.Footer {
	font-size: 75%;
	line-height: 1;
}
#Episodes h1 {
	font-size: 200%;
	color: #000000;
	text-align: center;
}
#Introduction {
	text-align: center;
	padding: 0px 20px 20px 20px;
	background: url(../../images/numbers.gif) repeat-x;

}
#Episodes {
	border: thin solid #000000;
	width: 650px;
	line-height: 1;
	padding: 15px;
}
.Season {
	font-style: italic;
}
.Parallel {
	font-weight: bold;
}
#Footer {
	padding: 20px;
	text-align: center;
	
}
a:link {
	color: #228B22;
}
a:visited {
	color: #808080;
}
a:hover {
	background: #FFFFFF;
	color: #FF4500;
}