div.category {
		font-size: 12px;
		font-family: "Bitstream Vera Sans [bitstream]", "Helvetica", sans-serif;
		width: 230px;
        height: 110px;
        padding: 2px;
		float: left;
		margin: 2px;
}
div.category a.body {
		min-height: 47px;
		color: black;
}
div.category a:visited {
		text-decoration: none;
}
div.category a:link {
		text-decoration: none;
}
div.category a:hover {
		text-decoration: none;
}
div.category a:active {
		text-decoration: none;
}
div.category:after {
		content: '';
		display:block;
		clear: both;
}
div.category h2 a {
		display: block;
}
div.category h2 a:link {
		color: white;
}
div.category h2 a:visited {
		color: white;
}
div.category h2 a:hover {
		text-decoration: underline;
		color: white;
}
div.category h2 a:active {
		color: white;
}
div.category h2 {
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		font-size: 12px;
		color: white;
}
div.category img {
		width: 47px;
		height: 47px;
		float: right;
		border: none;
		padding: 2px;
}
