div {
	 border: 0px;
	 font-family:verdana;
}
a {
 color:#1111BB;
 }

body {
	margin: 0 auto;
	width: 700px;
}
#DIV_kolumna_lewa {
	float: left;
	width: 150px
}
#DIV_kolumna_lewa a {
 text-decoration:none;
 color:#11BB11;
 }
#DIV_kolumna_lewa a:hover {
 text-decoration:underline;
 }
 
#DIV_kolumna_srodek {
	float: left;
	width: 394px;
}
#DIV_kolumna_prawa {
	float: left;
	width: 150px
}
#DIV_stopka {
	clear: both;
}