div.myRecentPosts {
	margin-bottom:10px;
	padding-bottom:10px;
	}
	
div.myRecentPosts a:link, div.myRecentPosts a:visited {
	}
	
div.myRecentPosts a:hover, div.myRecentPosts a:active {
	text-decoration:none;
	}
	
div.myRecentPosts ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:10px;
	}
	
div.myRecentPosts ul h5 {
	font-size:1.1em;
	margin-bottom:10px;
	}
	
div.myRecentPosts ul p.date {
	font-size:1.1em;
	}
	
div.myRecentPosts a.more {
	font-size:1.1em;
	font-weight:bold;
	padding-left:10px;
	}
