		body{
			color: black;
			//background-color: rgb(6,75,130);
			background-color: rgb(71,99,147);
			font-size: x-small;
			font-family: Verdana; margin-top:10px; margin-bottom:0px;
		}
		img{
			border:none;
		}
		.tekst{
			font-size: x-small;
			font-family: Verdana;
		}
		.php_tabela{
			border:1px solid rgb(8,74,126);
			border-bottom:none;
		}
		.php_tabela_head_tr{
			background-color: rgb(71,99,147);
		}
		.php_tabela_head_tr td{
			padding:3px 0px 3px 5px;
		}
		.php_tabela_body_tr td{
			padding:1px 0px 1px 5px;
			border-bottom:1px solid rgb(8,74,126);
		}
		.php_tabela_linkovi{
			width:130px;
			border:none;
			margin:0;
			padding:0;
		}
		.php_tabela_linkovi tr td{
			text-align:center;
			border:none;
			font-size:7pt;
		}
		
		.glasaj{
			text-align:right;
		}
		
		a:link {text-decoration:none; color:rgb(71,99,147); }
		a:visited {text-decoration:none; }
		a:active {text-decoration:none; }
		a:hover {text-decoration:underline; color:rgb(8,74,126); }
