@charset "UTF-8";
/* CSS Document */

#main table.alphaTab { /* better to define the table elements than the A tag */
	border-top:1px solid black;
	padding-top:10px;
	margin-top:10px;
	margin-bottom:10px;
}
#main table.alphaTab td {
	text-decoration: none;
	color: #003;
	background-color: #ff9;
	padding:4px 6px;
}
#main table.alphaTab td:hover {
	color:blue;
	text-decoration: none;
	color: #c09; 
	background-color: #ff0;
	padding:4px 6px;
}


