body {
	background-color: #CCCCCC;
}

table.champs {
	border-collapse:collapse;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	background-color: #cccccc;
	padding: 5px;
	width: 1600px;
	font: bold 11px arial;
	table-layout:fixed;
	text-align:center;
}

table.champs tr td.name {
	width: 120px;
	text-align:left;
}

.score {
	width:40px;
}

.cat {
	width:60px;
}

.time {
	width:60px;
}

.oops {
	width:60px;
}

.place {
	width:40px;
}

.br {
	background-color: #eeeeee;
	border-right: 3px solid grey;
}

table.champs tr td.info {
	background-color: #eeeeee;
}

table.champs tr td.br {
	border-right: 3px solid grey;
}

table.champs tr.bt td {
	border-top: 3px solid grey;
}

table.champs tr.bb td {
	border-bottom: 3px solid grey;
}

table.champs tr td.y {
	background-color: #88ff88;
}
table.champs tr td.n {
	background-color: #ff8888;
}

