html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #111;
	color: #cccccc;
	margin: 0;
	padding: 5px;
}

#top {
	width: 1004px;
	background-color: #000;
}

#NAGLOWEK {

	background-color: #000;
}


#TRESC {
	width: 990px;
	float: left;
	overflow: hidden;
	background-color: #000;
	padding: 7px;
}

#STOPKA {
	clear: both;
	width: 100%;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: small;

}


img {
	border-width: 0px;
	border-color: #ffffff;
	border-style: solid;
}


a:link {
	color: #0099ff;
	text-decoration:none;
}

a:visited {
	color: #0099ff;
	text-decoration:none;
}

a:active {
	color: #0099ff;
	background-color: 0099ff;
	text-decoration:none;
}

a:hover {
	color: #0099ff;
	text-decoration:none;
}


