

a {
outline:none;
}

.entry {
	width: 120px;


}

span.link a {
	font-size:150%;
	color: #000000;
	text-decoration:none;
}

a.vote_up, a.vote_down {
	display:inline-block;
	background-repeat:none;
	background-position:center;
	height:16px;
	width:16px;
	margin-left:4px;
	text-indent:-900%;
}

a.vote_up {
	background:url('../images/thumb_up.png');
}

a.vote_down {
	background:url('../images/thumb_down.png');
}
