/* @override http://junkforest.com/journal/c/screen.css */

body {
	background: #fff;
	line-height: 1.5em;
}
a {
	color: #2c8cbb;
}

#container {
	margin: 20px 0 20px 30px;
	width: 550px;
}
#container h3 {
	width: 400px;
	background: #E4F3AC;
	padding: 10px;
	color: #9eb474;
	font-size: 150%;
	line-height: 120%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	
}
.ind-article {
	border-bottom: 3px solid #000;
}
#content h2 {
	margin: 10px 0 0 0;
}
ol.comments {
	color: #628062;
}
ol.comments li p {
	margin: 10px 0 0 0;
}

