html, body {
	background-color: #000;
	font-family: Verdana;	
	color: #CCC;
	text-decoration: none;
  	font-size: 7pt;	
	margin: 0;
	padding: 0;
}

a {
  	font-family: Verdana;
  	color: #CCC;
	text-decoration: none;
  	font-size: 8pt;
}

a:visited {
	COLOR: #CCC; text-decoration: none;
}
a:active {
	COLOR: #fff; text-decoration: none;
}
a:hover {
	COLOR: #fff; text-decoration: none;
}

p {
  	font-family: Verdana;
  	color: #fff;
  	font-size: 8pt;
}

h1 {
  	font-family: Verdana;
  	color: #fff;
  	font-size: 8pt;
}

h2 {
	font-family: Verdana;
  	color: #fff;
  	font-size: 8pt;
}

#glowna { 
  	margin-left: auto; 
 	margin-right: auto;
 	width: 1000px;
	height:600px;
}

#kolumna_lewa {
	position:relative;
	width:400px;
	height:552px;
	left:15px;
  	top:0px;
	float:left;
}

#kolumna_srodek {  
	position:relative;
	width:300px;
	left:25px;
	height:580px;
  	top:33px;	
	float:left;
}

#kolumna_prawa {  
	position:relative;
	width:185px;
	height:600px;	
	left:0px;
  	top:20px;	
	float:left;
}

