body {
	background-color: #ccaabb;
}

table {
	border-collapse:collapse;
	margin-left: 20px;
}

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

table td {
	text-align: center;
}

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