.link_item {
   width: 260px;
	float: left;
	padding-right: 20px;
	padding-bottom: 15px;
}

.image_and_name {
	width: 250px;
	float: left;
}

.link_img {
	float: right;
	width: 100px;
}

.link_name, {
	float: left;
	width: 140px;
}

.link_url {
	width: 250px;
	float: left;
}
 
.link_name a {
	color:  #4a9bd5;
	text-decoration: none;
	font-weight: bold;
}

.link_name a:hover {
	text-decoration: underline;
}

.link_url a {
   color:  #4a9bd5;
 	font-size: 11px;
	text-decoration: none;
 }
 
.link_url a:hover {
 	text-decoration: underline;
 }

