table{
	width: 720px;
	margin: 5px auto 20px auto;
	border: 1px solid #ccc;
	background: #ffffff;
}
caption {
	font-weight: bold;
	padding: 7px;
}
thead {
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #bca67c;
}
th, td {
	padding: 5px 3px;
}
.tr0 {
	background-color:#f9f1df;
	color: #222
}
.tr1 {
	background-color:#fff;
	color: #333;
}
td.user{
	width: 100px;
	text-align: right;
}
td.result {
	width: 70px;
	font-weight: bold;
	text-align: center;
}
td.date {
	width: 90px;
}
