body {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: white;
}
body {
	background-color: #000040;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a { color: blue; }
a:hover { color: darkblue; }
.welcometext {
	font-size: 12px;
	line-height: 12px;
}
.episodetitle {
	font-size: 26px;
	font-weight: bold;
	color: #FFF3C4;
}
.episodetitle a {
	font-size: 26px;
	font-weight: bold;
	color: yellow;
	text-decoration: none;
	letter-spacing: -3px;
}
.episodetitle a:hover {
	font-size: 26px;
	font-weight: bold;
	color: aqua;
}
.episodetext {
	color: #000000;
	font-size: 12px;
	line-height: 12px;
}
.style1, .style1 a { font-size: 20px; font-weight: bold; color: #FFF3C4; text-decoration: none; }
.style1 a:hover { color: blue; }
.footer { font-size: 12px; }
.footer a { text-decoration: none; color: yellow; }
.footer a:hover { text-decoration: underline; color: white; }

.dvddesc {
	position: relative;
	left: 16px;
	font-size: 11px;
}

.dvddesc a, a:visited {
	text-decoration: none;
	color: #ffcc33;
}

.dvddesc a:hover, a:active {
	text-decoration: none;
	background-color: #ffcc33;
	color: #000066;
}

.desc_separator {
	border-bottom-width:1px;
	border-style:dotted;
	border-color: #666666;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}