table {
	width: 100%;
}

td {
	text-align: center;
}

tr {
	cursor: pointer;
	padding: 5px;
	margin: 2px;
}

tr:hover {
	background-color: black;
	color: white;
}
