body {
	background-color: #000033;
	text-align: center;
	background-image: url('images/background.jpg');
	background-attachment: fixed;
}

body, td {
	font-family: Trebuchet MS, Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 15px;
	color: #003300;
	margin: 5 5 5 5;
}

h1 {
	font-size: 3em;
	color: #006600;
	text-align: center;
	font-family: Verdana, Arial, Sans-Serif;
}

h2 {
	font-size: 2em;
	color: #006600;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

h3 {
	font-size: 1.5em;
	color: #006600;
}

h4 {
	font-size:1em;
	color: #006600;
	font-weight: bold;
}
a {
	text-decoration: underline;
	color: #000066;
	border-bottom: .5 solid #000066;
}

a:visited {
	text-decoration: underline;
	color: #003399;
}

a:hover {
	text-decoration: none;
	background-color: #006666;
	color: #00FFFF;
	border-bottom: 1px dashed #00FFFF;

}

.note {
	font-size: 15px;
	text-align: center;
	font-weight: bold;
}

.episode {	
	font-size: 11.5pt;
	width: 780;
	border: 0px none;
	color: black;
	margin-left: auto;
	margin-right: auto;
}

#main {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border: 1px solid #006600;
	background-color: #CCCCFF;
	text-align:left;
	padding: 0 0 0 0;

}

#content {
	margin: 15 15 15 15;
	
}

#episode {
	margin: 15 15 15 15;
	font-size: 10.5pt;
	color: #000000;
	
}