@charset "utf-8";
/* CSS Document */

a.submenu:link, a.submenu:visited {
	color:#444444;
	font-weight:bold;
	text-decoration: underline;
}
a.submenu:active, a.submenu:hover {
	color:#444444;
	font-weight:bold;
	text-decoration: none;
}
a.igralci:link, a.igralci:visited {
	color:#444444;
	text-decoration: underline;
}
a.igralci:active, a.igralci:hover {
	color:#444444;
	text-decoration: none;
}
a.top_menu:link {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.top_menu:visited {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.top_menu:active {
	font-size: 12px;
	color: #f5bc32;
	font-weight: bold;
	text-decoration: none;
}
a.top_menu:hover {
	font-size: 12px;
	color: #f5bc32;
	font-weight: bold;
	text-decoration: none;
}
.yellow {
	color: #f5bc32;
}
.size-24 {
	font-size: 24px;
}
.size-14 {
	font-size: 14px;
}
.size-12 {
	font-size: 12px;
}
.size-10 {
	font-size: 10px;
}
.white {
	color:#FFFFFF;
}
.size-9 {
	font-size: 9px;
}
.red {
	color:#fe0009;
}