table {
	width: 80%;
	margin: 1em auto;
	border-collapse: collapse;

}

thead th,
tfoot th {
	padding: 0.5em;
	text-align: center;
	border: 2px solid blue;
	background-color: #DDF;
	
}

tfoot td {
	border-top: 2px solid blue;
border-bottom: 2px solid blue;
}

tbody td {
	padding: 0.5em;
	border-left: 2px solid blue;
	border-right: 2px solid blue;
border-bottom: 2px solid blue;
}

tbody tr.odd {
	background-color: #DDF;
}

td,
th {
	text-align: center;
}
a,tableSortArrow,sortOrder {
color: blue;

}


