﻿.news_message {
	margin-top: 10px ;
	margin-bottom: 10px ;

}

.news_date {
	color:#DA251D;
	font-weight:bold;
}


.news_title {
	color:#07298C;
	font-weight:bold;
}

.news_text {
	color:#07298C;
	font-weight:normal;
}

a:link.news_more, a:visited.news_more  {
	color:#07298C;
	font-weight:normal;
	text-decoration: none;
}   

a:hover.news_more   {
	color:#07298C;
	font-weight:normal;
	text-decoration: underline;
}   


