#box-table-a {
	font-family: Verdana;
	font-size: 0.95em;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

#box-table-a th {
	font-size: 1.0em;
	font-weight: strong;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
	text-align: left;
}

#box-table-a td {
	padding: 4px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
	text-align:left;
}

#box-table-a tr:hover td {
	background: #d0dafd;
	color: #339;
}

