#box-table-a
{ font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin: 5px;
	width: 940px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 14px;
	font-weight: normal;
	padding: 8px;
	
	
	border-bottom: 1px solid #333333;
	color: #fff;
}
#box-table-a td
{
	padding: 8px;
	background: #000000;
	border-bottom: 1px solid #333333;

	color: #CF276D;
	border-top: 1px solid transparent;
}
#box-table-a a
{
	color: #fff;
}
#box-table-a a:hover
{
	color: #fff; text-decoration:none;
}

#box-table-a tr:hover td
{
	background: #CF276D;
	color: #fff;
	
}

