@charset "utf-8";
/* CSS Document */

#seriesListDiv {
	position:relative;
	left:10px;
	top:50px;
	width:250px;
	height:605px;
	z-index:1;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.seriesmenu {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: large;
	text-align: center;
	}
	
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #F00;
	
}
a:active {
	text-decoration: none;
	color: #FFF;
}
a:link {
	color: #00F;
	text-decoration: none;
}



