.akcija {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #09C;
	background-color: #000;
}
.tekst {
	font-family: "Segoe UI";
	font-size: 12px;
	color: #FFF;
	text-align: justify;
	font-weight: normal;
}
.akcijaMalo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #09C;
	background-color: #000;
}
.bullet {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #06C;
}
.tekstBold {
	font-family: "Segoe UI";
	font-size: 12px;
	color: #FFF;
	text-align: justify;
	font-weight: bold;
}
body {
	background-color: #0F0F0F;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

