* {
	font-family: Arial, Geneva, Helvetica, sans-serif;
}
html {
	overflow-y: scroll;
}
body {
	font-size: 82%;
	background-color: #FFFFFF;
	color: #000000;
}
th {
	font-size: 82%;
	font-weight: bold;
}
.itb {
	background-image: url(tablebg.jpg);
}
.itb td {
	font-size: 82%;
	padding-left  : 6px;
	padding-right : 6px;
}
.itb th {
	font-size: 82%;
	padding-left  : 0px;
	padding-right : 0px;
	padding-top   : 2px;
	padding-bottom: 2px;
}
.nadpis {
	font-size: 100%;
	font-weight: bold;
}
.menu a {
	text-decoration: none;
	font-weight: bold;
	color: blue;
}
.menu a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: white;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}
hr {
	height: 4;
}
img {
	border: 0px;
}
