body {
	margin: 0px;
	padding: 0px;
}

span.style1 {font-size: x-large;
		font-weight: bold;
		font-style:italic}

td.menubar {
	background-color: #ffcc00;
	margin: 0px;
	padding: 0px;
	width: 200px;
	background-position: center top;
}
td.newsbar {
	margin: 0px;
	padding: 0px;
	width: 200px;
	background-position: center top;
}

td.menuItem_mouseOff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background-image: url(graphics/menu_mouseOff.png);
	text-align: center;
	height: 60px;
	width: 160px;
	color: black;
}
td.menuItem_mouseOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background-image: url(graphics/menu_mouseOn.png);
	text-align: center;
	height: 60px;
	width: 160px;
	cursor: pointer;
	color:black;
}
td.menuItem_current {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	background-image: url(graphics/menu_currentPage.png);
	text-align: center;
	height: 60px;
	width: 180px;
}
td.newsboxTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
td.newsboxNews {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	text-indent: 7pt;
}
div.newsText {
	height: 400px;
	overflow: auto;
	position: relative;
	
}

td.comicPage {
	width: 600px;
	padding-left: 35px;
	padding-right: 35px;
}

.CastLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	background-color: FFCC00;
	text-align: center;
	text-decoration: none;
}

.CastLinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	background-color: FFCC00;
	text-align: center;
	text-decoration: none;
}

.CastText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}	
.CastSpoiler {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}
.CastHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: justify;
	font-weight:bold
}

