.link-set {
	text-align: left;
}
.link-set ul {
	list-style-type: none; 
	margin: 0;
	padding: 0;
}
.link-set li {
	clear: both;
}
.link-set ul  ul {
	padding-left: 4em;
}
.link-set  img {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	border: 8px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}