table {
	width:100%;
}
caption {
	font-size: 18px;
	color : Grey;
}
table, th, td {
	border: 1px solid white;
	border-collapse: collapse;
}
th {
	padding: 15px;
	text-align: center;
}
td {
	padding: 15px;
	text-align: left;
}
table#t01 tr:nth-child(even) {
	background-color: AntiqueWhite ;
}
table#t01 tr:nth-child(odd) {
	background-color: Linen; //FloralWhite ;
}
table#t01 th {
	background-color: SandyBrown; //DarkTurquoise;
	color: White;
}
table#t02 td,tr,table {
	padding: 10px;
	text-align: Center;
	border: 0px solid black;
}

