﻿table {
	
}
table, th, td {
	border: thin solid aqua;
	border-collapse: collapse;
  	font-family:Arial, Helvetica, sans-serif;
}
table tfoot {
	text-align: center;
}