.link_row
{
	display : block;
	clear : both;	
	padding-top : 8px;
}
.link_image
{
	width : 170px;
	float : left ;
}
.link_text
{
	width : 600px;
	float : left;
}
.link_text h4
{
	font-size : 12px;
	margin : 0 0 5px 0;
}
.link_text a
{
	display : block;
	clear : both;
	text-align : right;
	color : Aqua;
	text-decoration : none;
}
.link_text a:hover
{
	text-decoration : underline;
}

