@charset "utf-8";
.tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.naslovi {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #0f6baa;
	font-weight: bold;
}
.datum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.izbornik {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #E8EDF9;
	border-right-color: #E8EDF9;
	border-bottom-color: #E8EDF9;
	border-left-color: #E8EDF9;
}

a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #0f6baa;
	text-decoration: none;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #0f6baa;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #0f6baa;
	text-decoration: underline;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #0f6baa;
	text-decoration: none;
}

