/*Ovde je stil za sve stranice*/
body {
	background-color: #59b0fa;
}
body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #494848;
}
a {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
/*Tu pocinje stil za listing menija (grupe i podgrupe)*/
#grupa a, #grupa a:visited {
	display:block;
	width:100%;
	color: #000000;
	text-align:left;
	font-size:14px;
	padding:4 0 4 0px;
	font-weight: normal; 
	text-decoration:none;
}
#grupa a:hover {
	background-color:#CCCCCC;
}
#futer a, #futer a:visited {
	display:block;
	width:80px;
	color: #000000;
	text-align:center;
	font-weight: normal; 
	text-decoration:none;
	padding:2px;
}
#futer a:hover {
	background-color: #FFFFFF;
}
