div.myRecentNews {
	background-color: #ffffff;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

div.myRecentNews a:link, div.myRecentNews a:visited {
	color: #255690;
}

div.myRecentNews a:hover, div.myRecentNews a:active {
	text-decoration: none;
}

div.myRecentNews ul {
	list-style: none;
	padding: 10px;
	
}

div.myRecentNews ul h5 {
	color: #255690;
	margin-bottom: 10px;
	font-size: 1.1em;
}

div.myRecentNews ul p.date {
	font-size: 1.1em;
}

div.myRecentNews a.more {
	font-size: 1.1em;
	padding-left: 10px;
	font-weight: bold;
}
