@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:24px;
	font-weight:bold;
}
a:hover {
	color: #ffc6eb;
	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;
}
.pink a {
	text-decoration: none;
	color: #a91454;
	font-size:14px;
}
.pink a:hover {
	color: #c92069;
	font-size:14px;
	text-decoration: none;
}
.pink a:visited {
	color: #a91454;
	font-size:14px;
	text-decoration: none;
}
.pink a:active {
	color: #a91454;
	font-size:14px;
	text-decoration: none;
}
.pink {
	font-family:"Trebuchet MS", Verdana, Arial;
	color: #a91454;
	font-size:14px;
}
.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:20px;
}
