﻿.news-item {
	background-color:#FFFFEE;
	border:2px #BDB8A4 solid;
	overflow:auto;
	padding:3px;
}

.news-header {
    padding-bottom:3px;
    border-bottom:1px #BDB8A4 solid;
}

.news-title {
	font-family:"Segoe UI", Tahoma, Geneva, Verdana;
	display:inline;
	font-size:135%;
	font-weight:bold;
	margin-left:25px;
}

.news-title a {
	text-decoration:none;
	color:#624D30;
}

.news-info {
	margin-left:25px;
	display:inline;
	font-size:70%;
	font-weight:normal;
	color:#8E7C74;
}

.news-text {
	font-weight:normal;
	font-size:100%;
}

.news-text img {
    border:solid 1px #000000;
}

.news-text p
{
    text-indent:10px;
    margin:0px;
}