.news_title_list{
	margin: 0 30px;
	color: #50503F;
	font-size: 1rem;
	font-weight: bold;
}

.news_title:hover{
	color: #F0CC78;
	cursor: pointer;
	/*text-shadow: black 0.1em 0.1em 0.2em;*/
}

.news_content-div{
	display: none;
	margin: 0 30px;
}

.news_content{
	margin: 10px 0;
	font-size: 1rem;
	color: #50503F;
}

.backToNews{
	border: 0;
	border-radius: 4px;
	padding: 8px 30px;
	background-color: #50503F;
	color: #FFFFFF;
	font-weight: bold;
}