body
{
	background-color : #000000;
	color : #FFFFFF;
}

ul
{
	list-style: disc;
	list-style-position: outside;
	padding-right: 5px;
	margin-top: 0px;
}

li
{
	text-align: left;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 0px;
}

/* Used for Web Page Title */
h1
{
	color: #ff0000;
	font-weight: bold;
	font-variant: small-caps;
	padding-bottom: 5px;
	text-align: center;
}

/* Used for Section Titles */
h2
{
	color: #7010ff;
	font-style: italic;
	font-variant: small-caps;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align:center;
}

#animelist
{
	color: #B7E2FF;
	background-image: url('../pictures/greenblack.jpg');
	background-attach: fixed;
	text-align: left;
	width: 100%;
	margin-top: 5px;
}

	#animelist a:link
	{
		color: #B7E2FF;
		text-decoration: none;
	}

	#animelist a:visited
	{
		color: #70EFFF;
		text-decoration: none;
	}

	#animelist a:hover
	{
		color: #DFC0FF;
		background-color: #000000;
		/* for IE */
		filter:alpha(opacity=60);
		/* CSS3 standard */
		opacity:0.6;
		/* for Mozilla */
		-moz-opacity:0.6;
	}

#fansublist
{
	color: #FFFFFF;
	background-image: url('../pictures/redscale.jpg');
	background-attach: fixed;
	text-align: left;
	width: 100%;
	height: 30em;
}

	#fansublist a:link
	{
		color: #B7E2FF;
		text-decoration: none;
	}

	#fansublist a:visited
	{
		color: #60DFFF;
		text-decoration: none;
	}

	#fansublist a:hover
	{
		color: #DFC0FF;
		background-color: #000000;
		/* for IE */
		filter:alpha(opacity=60);
		/* CSS3 standard */
		opacity:0.6;
		/* for Mozilla */
		-moz-opacity:0.6;
	}

#mangalist
{
	color: #B7E2FF;
	background-image: url('../pictures/thread.gif');
	background-attach: fixed;
	text-align: left;
	width: 100%;
	height: 30em;
}

	#mangalist a:link
	{
		color: #B7E2FF;
		text-decoration: none;
	}

	#mangalist a:visited
	{
		color: #60DFFF;
		text-decoration: none;
	}

	#mangalist a:hover
	{
		color: #DFC0FF;
		background-color: #000000;
		/* for IE */
		filter:alpha(opacity=60);
		/* CSS3 standard */
		opacity:0.6;
		/* for Mozilla */
		-moz-opacity:0.6;
	}

#blocklist
{
	font : 12pt Arial,geneva,helvetica;
	font-weight: bold;
	height: inherit;
	overflow: auto;
	outline: 5px groove #589;

	-moz-column-count:4; /* Firefox */
	-webkit-column-count:4; /* Safari and Chrome */
	column-count:4;

	-moz-column-rule:5px groove #589; /* Firefox */
	-webkit-column-rule:5px groove #589; /* Safari and Chrome */
	column-rule:5px groove #589;

}

#blocklistleft
{
	position: absolute;
	left:4px;
	font : 12pt Arial,geneva,helvetica;
	font-weight: bold;
	width: 24%;
	height: inherit;
	overflow: auto;
	outline: 5px groove #589;
}

#blocklistleftmiddle
{
	position: absolute;
	left:25%;
	font : 12pt Arial,geneva,helvetica;
	font-weight: bold;
	width: 24%;
	height: inherit;
	overflow: auto;
	outline: 5px groove #589;
}

#blocklistmiddleright
{
	position: absolute;
	left:50%;
	font : 12pt Arial,geneva,helvetica;
	font-weight: bold;
	width: 24%;
	height: inherit;
	overflow: auto;
	outline: 5px groove #589;
}

#blocklistright
{
	position: absolute;
	left:75%;
	font : 12pt Arial,geneva,helvetica;
	font-weight: bold;
	width: 24%;
	height: inherit;
	overflow: auto;
	outline: 5px groove #589;
}

#newarrivals
{
	border: 5px ridge #A74;
}
	#newarrivals ul
	{
		padding-left: 40%;
		font: 14pt Times;
		color: #D577B5;
	}
	#newarrivals li
	{
		font-style: italic;
		padding: 0px;
	}
	#newarrivals a:link
	{
		color: #D577B5;
		text-decoration: none;
	}

	#newarrivals a:visited
	{
		color: #F560F5;
		text-decoration: none;
	}

	#newarrivals a:hover
	{
		color: #DFC0FF;
		background-color: #000000;
		/* for IE */
		filter:alpha(opacity=60);
		/* CSS3 standard */
		opacity:0.6;
		/* for Mozilla */
		-moz-opacity:0.6;
	}

#updated
{
	border: 5px ridge #A39;
	margin-top: 5px;
	padding: 10px;
}
	#updated span
	{
		display: block;
		text-align: center;
		margin-top: 0px;
		margin-bottom: 5px;
	}

	#updated h2
	{
		padding: 0px;
		margin-bottom: 0px;
		margin-top: 0px;
		display: inline;
	}

	#updated h3
	{
		color: #DFC0FF;
		font-style: italic;
		margin-bottom: 0px;
		margin-top: 0px;
		padding: 0px;
		display: inline;
	}

	#updated a:link
	{
		color: #0077B5;
		text-decoration: none;
	}

	#updated h3:hover
	{
		color: #AB633F;
		font-style: bold;
		/* for IE */
		filter:alpha(opacity=60);
		/* CSS3 standard */
		opacity:0.6;
		/* for Mozilla */
		-moz-opacity:0.6;
	}

