#extra h2 {
	font-size: 16px;
	color: #31302c;
	padding: 15px 0 5px 0;
}
	
#articleList {
	margin: 11px 10px 0 0;
}

	#articleList li {
		padding: 3px 5px;
		color: #666;
	}
	
		#articleList li.even {
			background: #eae7e0;
		}
		
		#articleList li.odd {
			background: #ddd9d0;
		}
	
		#articleList li:hover {
			background: #d0cabc;
		}
		
		#articleList .header {
			font-weight: bold;
			font-size: 11px;
			font-family: Arial, Helvetica, sans-serif;
		}
		
		#articleList a {
			color: #68635f;
		}
		
			#articleList a:hover {
				color: #000;
			}