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


body {
	font: 100% "Trebuchet MS", Verdana, Arial;
	font-size:12px;
	color:#ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
a {
	text-decoration: none;
	color: #fffff;
	font-size:18px;
	font-weight:bold;
}
a:hover {
	color: #fce670;
	font-size:12px;
	font-weight:bold;
}
a:visited {
	color: #ffffff;
	font-size:12px;
	font-weight:bold;
}
a:active {
	color: #ffffff;
	font-size:12px;
	font-weight:bold;
}
.episode {
	font-family: "Trebuchet MS", Verdana, Arial;
	text-align:left;
	color: #ffffff;
	font-size:14px;
	padding:0 10px;
}
.episode_title {
	font-family: "Trebuchet MS", Verdana, Arial;
	text-align:center;
	color: #ffffff;
	font-size:22px;
	font-weight: bold;
}
.archive_title {
	font-family: "Trebuchet MS", Verdana, Arial;
	text-align:center;
	color: #ffffff;
	font-size:18px;
}
.style5 {padding: 0 10px; font-family: "Trebuchet MS", Verdana, Arial; text-align: left;}
.style6 {color: #FFFFFF}
.style7 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style8 {color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; }

