table, td, th {
	border: 1px solid black;
}
table {
	border-collapse: collapse;
}
tr:nth-child(even) {
	background-color: #cccccc;
}
col#firstcolumn {
	background-color: yellow;
}