div.link_title
{
	height:40px;
	width:120px;
	background:#7fcdee;
	float:left;
	clear:left;
	margin:1px;
	border:1px solid black;
	text-align:center;
	font-weight:bold;
}

div.link_desc
{
	height:40px;
	width:400px;
	background:#bbebff;
	float:left;
	margin:1px;
	border:1px solid black;
	color:black;
}

div.link_visit
{
	height:40px;
	width:50px;
	background:#7FCDEE;
	float:left;
	margin:1px;
	border:1px solid black;
	text-align:center;
	color:black;
}

a:hover div.link_title
{
	background:#43abd7;
	color:#06F;
}

a:hover div.link_desc
{
	background:#54bce8;
}

a:hover div.link_visit
{
	background:#43abd7;
}

a.link
{
	color:white;
	text-decoration:none;
}

h3 + a.link
{
	clear:both;
}

h3
{
	clear:both;
	padding-top:35px;
}