.tabela_vesti {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.datum {
	color: #8FC6E7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: inline;
}
.naslov {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0055AA;
	text-decoration: none;
	cursor: pointer;
}
.naslov:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	cursor: pointer;
	background-color: #FFF8DF;
}
.tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
