@CHARSET "UTF-8";

#latestNews {
	margin-top: 2em;
}

#latestNews ul {
	list-style-type: none;
}

#latestNews li {
	margin: 0 0 1.75em 0;
	/* border-top: 1px solid #c7ced8; */
	padding: 0.5em;
}

#latestNews li.odd {
	background-color: #eee;
}

#latestNews p {
	line-height: 1.1em;
	padding: 0;
	margin: 0 0 0.25em 0;
}

#latestNews p.date {
	color: #444;
	font-family: 'Courier New', monospace;
}

#latestNews p.teaser {
	font-size: 1.2em;
}

#latestNews p.see {
	
}