table {
	border: 1px solid #000; 
	border-collapse: collapse;
	font-size: 1.4em;
	width: 800px;
}

td {
	border: 1px solid #000; 
}

th {
	border: 1px solid #000; 
}

tr.header {
	background-color: #ccccaa;
	text-align: center;
	color: #fff;
	height: 25px;
	font-size: 1.3em;
}

tr {
	/*background-color: #69b;*/
	text-align: center;
	height: 25px;
	font-size: 1.2em;
}

tr.alt {
	background-color: #f0f9fe;
	text-align: center;
	height: 25px;
	font-size: 1.2em;
}

tr.alt-header {
	background-color: #f0f9fe;
	text-align: center;
	height: 25px;
	font-size: 1.3em;
}

.bronze {
	background-color: #ff2222;
}

.silver {
	background-color: #999999;
}

.gold {
	background-color: #ccccaa;
}

.diamond {
	background-color: #0978aa;
}

.platinum {
	background-color: #31ffcc;
}
