@charset "utf-8";
/* CSS Document */

.banner, .navbar, .footer, img { 
	display: none;
} 
.episodetext1, .episodetext3 { 
	font-family: arial, verdana, 'Trebuchet MS';
	font-size: 12px;
	color:#000;
	text-align: left;
}
.text1  { 
	font-family: 'Trebuchet MS', arial;
	font-size: 12px;
	color:#000;
}
.text1 a, .episodetext1 a, .episodetext3 a {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
.text1 a:hover, .episodetext1 a:hover, .episodetext3 a:hover {
	color: #000;
	text-decoration: underline;
}
.right_col {
	width:100%;
}
body { background-color: #fff;  }
.container {
	width: 90%;
	border: 0px;
	padding: 5px;
	text-align: left;
	margin: 0px auto;
}