.textBody {
	font: 12px  Arial;
	color: black;
	text-decoration: none;
	}
.broj {
	font: 12px Trebuchet MS, Verdana, Arial, sans-serif;
	color: white;
	text-decoration: none;
	}
.forma { 
    font: 11px Trebuchet MS, Verdana, Arial, sans-serif;
	color: black;
	width : 220px;
	border: solid 1px black;
	background-color: white;
}
.text {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: black;
	text-decoration: none;
}
a{
     font: 11px Trebuchet MS, Verdana, Arial, sans-serif;
	 color: maroon;
	 text-decoration: none;
	 }
a:hover{
     font:11px Trebuchet MS, Verdana, Arial, sans-serif;
	 color: red;
	 text-decoration: none;
	 }
body {
   	scrollbar-face-color:black;
	scrollbar-highlight-color:white;
	scrollbar-3dlight-color:white;
	scrollbar-darkshadow-color:white;
	scrollbar-shadow-color:white;
	scrollbar-arrow-color:white;
	scrollbar-track-color:white;
	}
TABLE.border{
	border-top: solid 1px black;
	border-right: solid 1px black;
}
TD.border{
	border-left: solid 1px black;
	border-bottom: solid 1px black;
}
.obrubnaslov{
	border-left: solid 1px black;
	border-bottom: solid 1px black;
	border-top: solid 1px black;
	border-right: solid 1px black;
}