body {
	font-family: Arial, Helvetica;
	text-color:black;
	background-image: url('blue1.jpg');
	font-size:13px;
	text-align:center;
}

.characters {
	margin-left: auto;
	margin-right: auto;
	font-size:9px;
}
#episodes {
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	width:600px;
}
.episode {
	clear:both;
	margin-top:10px;
	margin-left:10px;
}
.title {
	font-weight:bold;
}
.still{
	float:right;
}
.still img {
	width:160px;
	height:122px;
}
.synopsys { }
.guest_stars {}
.writer {}
.director {}
.airdate {}
.supporting_actors {}

#UpperLeft, #UpperRight, #LowerLeft, #LowerRight {
	cursor:pointer;
	width:160px;
	height:122px;
	border:1px solid;
}
#Center {
	width:320px;
	height:250px;
	border:1px solid;
}

a:link    {color:#0000EE} 
a:visited {color:#551A8B}
a:hover   {color:#FF0000}