
table#alphabet {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
}

table#alphabet td a{
	color:#FFF;
	font-weight:bold;
	font-size:80%;
	display:block;
	background-color:#873973;
	padding:3px;
	margin:0;
	border:1px #fff solid;
	text-decoration: none;	
}
table#alphabet td a:hover{
	color:#000;
	background-color:#CC0099;
	border:1px #f00 solid;
	text-decoration:none;
	
}

table#data th a{
	color:#ffffff;
	// font-weight:bold;
	// text-decoration: none;	
}
table#data th a:hover{
	color:#000000;
	// font-weight:bold;
	text-decoration:none;

}
