table.groupleag, table.tournament, table.member{
	font-size:90%;
}
td.win{
	font-weight:bold;
	color:#f00;
}
td.lose{
	color:#00f;
}
td.draw{
	color:#0f0;
}
td.us{
	background:#ffeeee;
}
th.us{
	color:#ffeeee;
}
td, th{
	word-break:break-all;
}
