html {
	background-color:#44351c;
	background-image:url('pattern.png');
	margin:0px;
}
body {
	background-color:#fff;
	width:480px;
	margin:auto;
	margin-top:0px;
	padding:10px;
	border:1px solid black;
	color:black;
	font-size:0.75em;
	font-family:tahoma;
}
h2 { text-align:center; }
h3 {
	text-decoration:underline;
	text-align:center;
}
h4 {
	margin-top:-15px;
	text-align:center;
}
.nick { font-weight:bold; }
table {
	width:480px;
	margin:auto;
}
table td {
	padding:3px 6px;
	width:110px;
}
table th {
	padding:3px 6px;
	background-color:#67783a;
	text-transform: uppercase;
	color:white;
	font-weight: bold;
	width:110px;
}
.tak,
.akt_tak { color:#009900; }
.nie,
.akt_nie {
	color:#CC0000;
	font-weight:bold;
}
table tr td.numer { width:40px; }
.odd { background-color:#c2d69a; }
.on {background-color:#eee;
}

.normal { background-color:#d7e4bc; }
