@import url("content.css");


body.news .date {
	font-family: georgia, times, serif;
	color: #999;
	font-style: italic;
}
	
body.news .main-content ul {
	list-style-type: none;	
	padding: 0;
	margin:18px 0;
	border-top: 1px dotted #ccc;

}

body.news .main-content ul li {
	border-bottom: 1px dotted #ccc;
	padding: 9px 0;
	margin: 0;
}


body.news .main-content h2 {
	margin:40px 0 5px 0;
}
	
	
body.news .main-content h2:first-child {
	margin-top: 0;
}

