/* CSS Document */
body {
	color: #fff;
	background: #000;
	margin: 25px 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
.balrog {
	visibility: hidden;
}
.czarne {
	color:#000;
}
a:link {
	color: #fff;
	text-decoration: none;
	background: transparent;
}
a:visited {
	color: #fff;
	text-decoration: none;
	background: transparent;
}
a:hover {
	color: #ffa;
	text-decoration: none;
	background: transparent;
}
a:active {
	color: #fff;
	text-decoration: none;
	background: transparent;
}
