				
#lk {
	margin: 0 5%;
	color: #333;
	font: 110%/120% Verdana, Arial, sans-serif;
	text-align:left;
}



#lk div.item {
	margin: 1%; padding: 1%;
	background: #fff;
	float:left; width: 100%;
	margin-bottom: 7px;
	-moz-border-radius: 0.3em;
}

#lk h2.item-title {
	font: 120% Halvetica, Arial, sans-serif; font-weight: normal;
	margin: 0; padding: 1%;
	clear: both; color: #999;
	border-bottom: 1px dotted #ccc;
	background: url(/images/link.png) center right no-repeat; padding-right: 13px;
}

#lk span.item-ordinal {}

#lk a:link		{ text-decoration: none; color: #558ADB; }
#lk a:visited	{ text-decoration: none;  color: #537986; }
#lk a:hover		{ text-decoration: underline; }
#lk a:active	{ text-decoration: none; }

#lk div.item-desc {
	font-size: 70%;
	margin: 0; padding: 1%;
}

#lk div.item-desc a { text-decoration: underline; }
#lk div.item-desc a:hover { text-decoration: none; }

