#news_detail {
	display: inline-block;
	width: 500px;
	position: relative;
	height: 100%;
	margin-top:-25px;
	margin-left: 610px;
}
.post {
	margin-top: 10px;
	display: inline-block;
	width: 600px;
	height: 70%;
	position: absolute;
	margin-right: 0px;
}
.post h1 {
	color: black;
	font-size: 22px;
	font-family: 'Ubuntu',Helvetica;

}
.post h3 {
	font-size: 12px;
	font-family: 'Ubunut',Helvetica;
	color: black;
}
.post p {
	position: relative;
	color: black;
	margin:0px;
	margin-bottom: 20px;
	text-decoration: none;
	font-family: 'Ubuntu',Helvetica;
	font-weight: normal;
	font-size: 14px;
	text-align: justify;
}
.post p a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
.post p a:hover {
	color: #80c780;
}
.post ul {
	font-family: 'Ubuntu',Helvetica;
	font-weight: normal;
	font-size: 14px;
	text-align: justify;
}
