@CHARSET "UTF-8";

#nav {
	background-color: #ddd;
}

table#t01 tr:nth-child(even) {
	background-color: #eee;
}

table#t01 tr:nth-child(odd) {
	background-color: #fff;
}

table#t01 thead {
	color: #EEEEEE;
	background-color: #555555;
}

th, td {
	border: 1px solid grey;
	border-collapse: collapse;
	text-align:left;
}

table {
	width: 100%;
	border: 1px solid grey;
	border-collapse: collapse;
}

th, td {
	padding: 5px;
}