
 .news_block
	{
	margin: 15px 0px;
	}

 .news_header
	{
	display: block;
	margin-bottom: 20px;
	padding: 0px 10px;
	background-color: #415b00;
	box-shadow: 2px 2px 5px #415b00;
	-webkit-box-shadow: 1px 1px 3px #819b30;
	border-radius: 3px;
	font-weight: bold;
	text-decoration: none;
	}

 .news_title
	{
	color: white;
	font-weight: bold;
	text-decoration: none;
	}

 .news_text
	{
	color: #232323;
	font-family: Arial;
	line-height: 19px;
	}

 .news_date
	{
	color: white;
	font-size: 11px;
	font-weight: normal;
	float: right;
	}

 .news_picture
	{
	float: left;
	width: 280px;
	margin-right: 15px;
	border-radius: 3px;
	}

 .news_author
	{
	text-align: right;
	font-weight: bold;
	color: #415b00;
	}

 .news_alias
	{
	color: black;
	}

 .news_alias a
	{
	margin-left: 5px;
	color: #415b00;
	text-decoration: none;
	}

 .news_alias a:hover
	{
	text-decoration: underline;
	}

 .return
	{
	display: block;
	margin: 10px 0px;
	color: #415b00;
	}
