@charset "UTF-8";
/* CSS Document */

.tekst {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
.tekstRed {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
.tekstRedNaslov {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #CC0000;
}
.Bulets {
	height: 15px;
	list-style-type: square;
}
.breadcrumbs {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #66CC00;
}
a:active {
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	background-color: #CC0000;
}
a:visited {
	font-family: "Trebuchet MS";
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS";
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #66CC00;
}
