body {
	font-family: sans-serif;
	background-color: #070707;
	background-image: url('/fkom/assets/newsembedbg.gif');
	color: #eeeeee;
	padding: 10px;
}
a {
	color: red;
}

.news-post {
	background: #070707;
	padding: 10px;
	border: 1px solid red;
}
.news-title {
	margin-bottom: 5px;
}
.news-title a {
	color: white;
}
.news-tagline {
	font-size: 16px;
	font-style: italic;
}
.news-info {
	border-bottom: 1px solid white;
	margin-bottom: 20px;
}
.news-options {
	margin-bottom: 20px;
}

#heading span {
	border-bottom: 1px solid red;
}