body
	{
	font-size: 0.8em;
	color: black;
	font-family: arial, sans-serif, helvetica;
	text-align: center;
	}

div.podaci
	{
	font-size: 1em;
	}
	
table
	{
	table-layout: automatic;
	}

table.prvi
	{
	text-align: center;
	font-size: 100%;
	}
	
table.druga
	{
	text-align: center;
	font-size: 80%;
	}
	
td.zastave
	{
	text-align: right;
	}

td.prvi
	{
	color: white;
	background-color: 01AFF0;
	font-size: 150%;
	font-weight: bold;
	}
	
td.drugi
	{
	color: black;
	background-color: E5F7FD;
	font-size: 125%;
	}
	
td.treci
	{
	color: black;
	background-color: white;
	font-size: 110%;
	font-weight: normal;
	}