/* remove border from links for images */
.content h4 a:link, .content h4 a:visited, .content h4 a:active {
	border-bottom: none;
	text-decoration: none;
	color: #000066;
}

h4 a:link:hover, h4 a:visited:hover, h4 a:active:hover {
	color: #60BF61;
}

h4 {
	height: 49px;
}
