html, body {
	color: #000;
	top-margin: 5px;
	padding: 0;
	font-family: Arial;
	font-size: 12pt;
}
h1, p {
	font-family: Arial;
	}
h1{
	font-size: 16pt;
	text-decoration:underline;
}

a {text-decoration: none;
	color: white;}
a:hover {
	color: black;
	background-color: white;
	text-decoration : none;
}

#top {
	border: 3px black solid;
	margin: 0 auto;
	width: 1014px;
	background-color: #8de36b;
}

#naglowek {
	background-image:url('grafika/up.jpg');
	height: 210px;
	
}

#button {
	color: white;
	font-family: Arial;
	font-size: 16pt;
	margin-left: 10px;
	margin-right: 10px;
	width: auto;
	}
#menu {
	overflow: hidden;
	background-color: #000000;
}

#tresc {
	margin: 5px 5px 5px 5px;
	overflow: hidden;
	background-color: #8de36b;
}

#STOPKA {
    background-image:url('down.jpg');
	clear: both;
	height : 20px;
	background-color: #888;
}