html, body {
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: left;;
}
a{
text-align: left;
color: #800000;
 	}
#kolumna1{
	color: #008000;
	text-align: right;
	font-size: large;
	font-weight: bold;
	}
#kolumna2{
	text-align: left;
	font-size: small;
	}	
#top {
	
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#NAGLOWEK {
	background-color: #fff;
}

#MENU {
	width: 200px;
	float: left;
	overflow: hidden;
	background-color: #fff;
	
}

#TRESC {
	width: 630px;
	float: left;
	overflow: hidden;
	background-color: #fff;
	border-left-style: ridge;
	text-align: justify;
	padding: 1cm;
}

#STOPKA {
	clear:  both;
	width: 100%;
	background-color: #800000;
	color: #fff
	
}