.gold {
	color: #999900;
}
.silver {
	color: #666666;
}
.bronze {
	color: #996600;
}

h2 {
	text-align: center;
}
ul {
	text-align: center;
	list-style-position: inside;
	list-style-type: square;
	list-style-image: url(images/bullet.gif);
}
table {
	border: 3pt solid #CCCCCC;
	text-align: center;
}