html, body
	{background-color: black;
	color: #000000;
	margin-top: 0px;
	font-family: 'Trebuchet MS', Arial, 'sans serif';
	}
	
div#strona
	{width: 800px;
	height: 355px;
	padding-top: 0px;
	margin: auto;
	background-color: #3c3c3c;
	background-image: url(top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	border: 1px white solid;
	}
	

div#glowna
	{width: 800px;
	height: auto;
	margin-top: 355px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #fde8b8;
	}	

h2
	{margin-top: 20px;
	margin-left: 60px;
	margin-right: 60px;
	margin-bottom: 60px;
	text-align: justify;
	font-family: courier new;
	font-size: 20px;
	color: #c18600;
	}

h1	
	{margin-top: 20px;
	margin-left: 60px;
	margin-right: 60px;
	text-align: center;
	font-family: arial;
	font-size: 36px;
	color: #f0b500;
	}
	
a, a:visited
	{color: #f0b500;}
a:hover
	{color: white;}



