table.center {
	margin-left:auto;
	margin-right:auto;
}
.wilma {background-color: #00ffff;
}
.fred {
	background-image: url("assets/images/blackcat.jpg");
	color: #ffffff;
}
table {
	width: 1200px;
}

th, caption {
	text-align: center;
}

table, th, td {
	border: 1px solid #000;
	border-collapse: collapse;
}

table, th, td {
	padding: 10px;
}

tr:nth-child(even) {
	background-color: #fff;
}

tr:nth-child(odd) {
	background-color: #ddd;
}
