@charset "utf-8";
/* CSS Document */

table.table1 th,
table.table1 td{
	width: 14px;
	text-align: center;
	font-size: 10px;
}
table.table2 td:nth-child(6n){
	background-color: #ff9999;
}
table.table2 td:nth-child(6n-3){
	background-color: #7fffff;
}
table.table3 tr:nth-child(-n+2) td{
	background-color: palegreen;
}
