#topten-outer {margin-left:20px; border: 1px solid #73BE1E; padding-top:8px; padding-bottom:8px; padding-left: 15px;}

.topten {
	 width: 95%; 
	 color:#EDD700; font:14px/1.2em Verdana, Helvetica, Arial, sans-serif;
}
td.position, td.name, td.votes {padding-bottom:3px;}
.topten td {vertical-align: top;}

#topten-outer a, #topten-outer a:link, #topten-outer a:visited {font-weight:normal;   color:#EDD700; text-decoration: none;}
#topten-outer a:hover, #topten-outer a:active{font-weight:normal; color:#7ED935;text-decoration:none;}

.topten .position {
	width: 10%;
}
.topten .name {
	height: 70%;
}
.topten .votes {
	width: 20%;
	text-align: right;
}

