
#news
{
	position: relative;
	width: 100%;
}


#news .new
{
	position: relative;
	display: block;
	
	font-family: tahoma;
	font-size: 12px;
	
	color: black;
	margin: 10px 0px 15px 0px;
}

.new .datums
{
	font-size: 10px;
	
}

.new .title, .title a
{
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	color: black;
}

a.titleBlack
{
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	color: black;	
}

a.titleBlack:hover {
	color: #abc216;
	text-decoration: none;
}


