div.articles {
}
div.article {
	margin: 10px;
	margin-bottom: 3em;
}
div.articleTitle {
	color: #99ccff;
	font-weight: normal;
	font-size: 1.5em;
}
div.articleContent {
	margin-top: 10px;
	margin-bottom: 10px;
}

