div {
        margin-top: 5px;
        text-align: center;

}
img {
        border: none;
}
body {
        background-color: #005fc2;
        background-image: url(graf2/tlo2.png);
	background-position: top;
	background-repeat: repeat-x;
        font-size: 11px;
        font-family: Verdana;
        scrollbar-face-color:		#FF8800;
	scrollbar-highlight-color:	#FFFF99;
	scrollbar-shadow-color:		#990000;
	scrollbar-3dlight-color:	#FFCC66;
	scrollbar-arrow-color:		#CC6600;
	scrollbar-track-color:		#D3DDE8;
	scrollbar-darkshadow-color:	#000000;
}
table {
        background-color: #D3DDE8;
        border: none;
        background-image: url(graf2/tbtlo.png);
	background-position: top;
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 11px;


}
a{
	color: #4F616E;
}
a:visited {
	color: Teal;
}
a:hover, a:focus {
	color: #ffBB55;


}
h1 {
	font-size: 20px;
	text-align: center;
	color: #FF8800;
}
h2 {font-size: 18px;}
hr {height: 0px;
	border: 0px double #A3B5C9;
	border-top-width: 3px;
	width: 90%;
	text-align: center;
}