/*   M A I N   */

body,td,th {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


a:link {
	color: #390000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:visited {
	color: #390000;
	text-decoration: underline;
}




/*   I N D E X   */


.headertext {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}
.welcometext-title {
	color: #FF0000;
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	font-weight: bold;
}
.welcome-text {
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: normal;
}
.navigation {
	font-family: Impact, Verdana, Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #390000;
}




/*   B O X E S   */


.episode-title {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.episode-text {
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: bold;
}


a.redblack:link {
	color: #FF0000;
	text-decoration: underline;
}
a.redblack:hover {
	text-decoration: none;
	color: #000000;
}
.thumbs-border {
	border:1px solid #FF0000;
}



.bigtext-between-episodes {
	font-family:Impact, Verdana, Arial, sans-serif;
	font-size: 36px;
	font-weight:normal;
}
.smalltext-betweem-episodes {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#FFFFFF;
	line-height: 1.4em;
	font-weight:bold;
}
a.redyellow:link {
	color: #FF0000;
	text-decoration: underline;
}
a.redyellow:hover {
	text-decoration: none;
	color: #FF9900;
}
a.redyellow:visited {
	text-decoration: underline;
	color: #FF0000;
}




.bottom-navigation {
	font-family:Impact, Verdana, Arial, sans-serif;
	font-size:34px;
	font-weight:normal;
	}
	
	
.pagination {
	color:#FF0000;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	font-size:12px;
	line-height: 1.4em;

}
.pagination-title {
	color:#FFFFFF;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	font-size:18px;
	line-height: 1.4em;
}