body{
	height: 100%;
	
	background-color: #D1D1D1;
	background-image: url(images/backgrounds/site_background.jpg);
	background-repeat:repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #7B7B7B;
}
td{
	font-size: 13px;
}
a {
text-decoration: none;
color: #9e9e9e;
}
a:hover{
	font-weight:bold;
}
#nav{
}
#nav td{
	font-size: 90%;
}

#subNav td{
	font-size: 75%;
}
.napomena{
	font-size: 55%;
}