/* CSS Document */
a.link, a.link:visited, a.link:active {
	color: #888686;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.link:hover {
	color: #cb4b28;
	text-decoration: underline;
}
A.copyright, A.copyright:Visited, A.copyright:Active {
	font-size : 9px;
	font-family : Tahoma, Verdana;
	text-decoration : underline;
	color : #b2b0b0;
}
A.copyright:Hover {
	font-size : 9px;
	font-family : Tahoma, Verdana;
	text-decoration : none;
	color : #CCCCCC;
}
.naslov {
	font-size: 13px;
	font-weight:bold;
	font-family : Tahoma, Verdana;
	color: #83837e;
	letter-spacing: 1px;
	padding-left:10px;
}
