.newsWrapper {
 	height:100px;
}
.newsWrapper a em{
	background-color: #99FF33;
	color: #666666;
	font-style: normal;
	font-weight: bold;
	padding: 1px 2px;
	display:inline;
	text-decoration: none;
}
.newsWrapper a h3 {
	text-transform: none;
	padding: 1px 2px;
}

.newsWrapper a:hover em{
	text-decoration: underline;
}
.newsWrapper a em.newsDate{
	background-color: #666666;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	padding: 0px 2px;
	display:inline;
	text-decoration: none;
}
.newsWrapper a:hover em.newsDate{
	text-decoration: underline;
}