body,td,tr,a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
color: #333333;

p {color: #333333;}

}
.td2 {
	color: #333333;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}
.brojevi {
	color: #cc0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	
}
.kategorije {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	
}

a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.gumb {
	color: #333333;
	a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
	
}
a:hover {
	text-decoration: underline;
	color: #cc0000;
}
a:active {
	text-decoration: none;
	color: #333333;
}
}