.rank_header {
	padding: 5px 8px 4px 8px;
	margin-bottom: 10px;
	background: #498D00;
	color: #ff0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	}
	
.score_list {
	line-height: 130%;
	}

.user_score {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
	}
	
.user_score a,
.score_list a {
	text-decoration: none;
	}

.user_score a:link,
.user_score a:visited {
	color: #06c;
	}
	
.user_score a:hover {
	background: #06c;
	color: #fff;
	}
	
.user_score .score,
.score_list .score {
	float: right;
	}
