
ul.articles > li h4 {
	margin: 0 0 2px 0;
}

ul.articles > li em {
	font-size: 81%; /* 10.5px */
	font-style: normal;
}

ul.articles > li {
	margin: 0 0 8px 0;
}

ul.articles > li p {
	margin: 0;
	text-align: justify;
}

ul.articles > li.featured {
	margin: 0 0 18px 0;
	padding: 0 0 12px 0;
	border-bottom: 1px solid #CCCCCC;
}

ul.articles > li.featured h4 {
	font-size: 116%; /* 15px */
}

ul.articles > li.featured div p {
	margin: 0 0 8px 0;
}

ul.articles > li a.more {
	display: block;
	font-size: 81%; /* 10.5px */
	text-align: right;
}

ul.articles > li.all {
	margin: 18px 0 0 0;
	padding: 10px 0 12px 0;
	border-top: 1px solid #CCCCCC;
}


<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-27799493-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>



