table {
	border-collapse: collapse;
}

table td, table th {
	border: 1px solid black;
	padding: 2px;
}

table thead th, table  tfoot td {
	background-color: #ddd;
}

table tfoot td {
	font: bold;
}

table td {
	text-align: right;
}

table td:first-child, table th:first-child {
	text-align: left;
}