body		{font-family: arial, verdana, helvetica, sans-serif;
		background-color:white;
		color:blue;
		font-size: 12pt;
		font-weight: normal;
		text-align:left;
}
p.heading	{font-size: 35pt;
		font-weight: normal;
		text-align:center;
		margin:10px;
		padding:0px;
}
p.year		{font-size: 16pt;
		font-weight: normal;
		text-align:center;
		margin:0px;
		padding:0px;
}
p.episode	{font-size: 16pt;
		font-weight: normal;
		text-align:left;
		margin:0px;
		padding:0px;
}
p.description	{font-size: 12pt;
		font-weight: normal;
		color: black;
		margin:10px;
		padding:10px;
}
p.table_header	{font-size: 16pt;
		font-weight: normal;
		text-align:center;
		margin:0px;
		padding:0px;
		color:white;
}
li		{font-size: 12pt;
		font-weight: normal;
		color: #000080;
		margin:0px;
		padding:0px;
}
a		{color: blue;
		text-decoration: none;
}
a:hover		{text-decoration: underline;
}
.img_center	{text-align:center;
		margin:15px;
}
table.index	{width:80%;
		margin-left:auto;
		margin-right:auto;
}
td.index	{width:50%;
		vertical-align:top;
		padding-top:25px;
}
table.season	{width:100%;
}
td.season-num	{width:10%;
}
td.season-name	{width:90%;
}
table.center	{width:50%;
		margin-left:auto;
		margin-right:auto;
}
hr.episode	{width:90%;
		margin-top:20px;
		margin-bottom:25px;
}
th		{background-color:blue;
}