* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link, a:active, a:visited {
	color: #0000CD;
	text-decoration: none;
}
a:hover {
	color: #af0000;
	left: 1px;
	position: relative;
	text-decoration: none;
	top: 1px;
}
body {
	background-color: #ffffff;
	color: #000000;
	overflow: auto;
}
h1 {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	table-layout: auto;
}
table.info, table.login {
	border: 1px solid #ff8c00;
}
table.info td {
	border: 1px solid #ff8c00;
	padding-left: 5px;
	padding-right: 5px;
}
table.info th, table.login th {
	background-color: #ffd700;
	border: 1px solid #ff8c00;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}
table.login input.haslo {
	border: 1px solid #bdb76b;
	background-color: #f5f5dc;
	width: 175px;
}
table.login input.btn {
	border: 1px solid #bdb76b;
	background-color: #f0e68c;
	font-weight: bold;
	cursor: hand;
}
