div.item a {
	display: block;
	float: left;
	width: 100%;
	text-decoration: none;
}

div.item a:hover {
	color: #0B55C4;
}