#news_articles {
	width: 100%;
}

.news_title {
	width: 100%;
	font-size: 11pt;
	font-weight: bold;
}

.news_date {
	width: 100%;
	font-size: 8pt;
}

.news_body {
	width: 100%;
	font-size: 8pt;
	text-align: justify;
}

.news_topics ul {
	margin: 0px;
	padding-left: 0px;
	list-style-type: none;
}

.news_topics li {
	font-size: 8pt;
}
