/* link1 - styl - bold, sedy */ 
/* link2 - styl - sedy */ 
/* link3 - styl - cierny */ 



.link1 {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.link2 {
	color: #666666;
	text-decoration: none;
}
.link3 {
	color: #000000;
	text-decoration: none;
}