body {
	font: 12px 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

#page {
	width: 800px;
	margin: 0 auto;
}

footer {
	margin: 20px 0;
}

a:link,
a:active,
a:visited {
	color: #cf0000;
}

a:hover {
	color: #333;
	text-decoration: none;
}

h1 {
	margin: 20px 0;
	color: #cf0000;
	font: bold 25px Helvetica, 'Helvetica Neue', Arial, sans-serif;
}

h1 a:link,
h1 a:active,
h1 a:visited {
	color: #333;
	text-decoration: none;
}

h1 a:hover {
	color: #cf0000;
}

#charts {
	width: 100%;
}

#charts th {
	background: #999;
	color: #fff;
}

#charts td,
#charts th {
	padding: 3px;
}

#charts tr:nth-child(odd) {
	border-bottom: 1px solid #ddd;
	background: #efefef;
}

#charts .position {
	width: 40px;
	text-align: center;
}

#charts .screen_name {
	width: 150px;
}

#charts .screen_name a:link,
#charts .screen_name a:active,
#charts .screen_name a:visited {
	font-weight: bold;
}

#charts .count {
	width: 50px;
}

#charts td.count {
	text-align: right;
}

#charts td.fwv_list {
	padding-left: 10px;
	color: #666;
	font-size: 11px;
}

#charts td.fwv_list a:link,
#charts td.fwv_list a:active,
#charts td.fwv_list a:visited {
	color: #666;
}

