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

body {
	margin: 0;
	padding: 0;
	background: #c7c7c7 url(images/bg.gif) repeat-x;

}
.tagline {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; color: #CE0221; font-weight: bold; }

.episode {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 5px;
	line-height: 14px;
	text-align: center;
	font-weight: bold;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;

