﻿}
table {
	width: 100%; border-collapse: collapse;
}
tr:nth-of-type(2n+1) {
	background: rgb(238, 238, 238);
}
th {
	background: rgb(51, 51, 51); color: white; font-weight: bold;
}
td {
	padding: 6px; border: 1px solid rgb(204, 204, 204); border-image: url('style.css') none; 
text-align: left;
}
th {
	padding: 6px; border: 1px solid rgb(204, 204, 204); border-image: url('style.css') none; 
text-align: left;
}

