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

}

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

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

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

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

h4 {
	font-size:1em;
	color: #CC3300;
	font-weight: bold;
}
a:link {
	text-decoration: underline;
	color: #660000;
	border-bottom: .5 solid #330000;
}

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

a:hover {
	text-decoration: none;
	background-color: #330000;
	color: #FFCC66;
	border-bottom: 1px dashed #CC3300;

}

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

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

#main {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border: 1px solid #330000;
	background-color: #FFCC66;
	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;
	
}