div.featuredposts {
	/*margin: 5px 0 0;*/
	/*width: 100%;*/
	/*height: 200px;*/
	/*font-size: 0.9em;*/
	/*color: #fff;*/
	clear:both;
}

div.featuredposts a:link {
	color:#FFF;
	text-decoration:none;
}

div.featuredposts a:visited {
	color:#FFF;
	text-decoration:none;	
}

div.featuredposts a:hover {
	color:#FFF;
	text-decoration: underline;	
}

div.featuredposts h2 {
	display:none;
	/*margin-top: 0;
	font-size: 0.9em;*/
}
div.featuredposts h2>a {
	display:none;
	/*color: #fff;*/
}
img.featuredimg {
	display:none;
	/*float: left;
	margin: auto 10px 5px auto;*/
}
