BODY {
	background-color : #00CE63;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

TABLE {
	background-color : #CEFFCE;
	border : medium solid;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	border-color : #316300;
}

H1 {
	background-color : Navy;
	color : White;
	text-decoration : underline;
	text-align : center;
}

SUP {
	text-decoration : underline;
	text-transform : uppercase;
	font-size : 75%;
}
LI {
	list-style-position : inside;
	list-style-type : square;
}
.episode
{
	font-weight : bold;
	font-size : 12pt;
}
A {
	color : Red;
	font-weight : bold;
	text-decoration : none;
}

