div.featuredposts {

	margin: 5px 0 0;

	width: 100%;

	font-size: 14px;
	color: #000000;
	padding: 5px;

}

div.featuredposts h2 {

	color: #350f9c;
	font-weight: bold;

}
div.featuredposts h2>a {
	color: #0584f9;
	font-weight: bold;
	text-decoration: none;
}

div.featuredposts h2>a:hover {
	color: #350f9c;
	font-weight: bold;
	text-decoration: underline;
}

img.featuredimg {

	margin: auto 10px 0px auto;

}
