#gl{
	height:700px;
	font-family:Verdana;
	font-size:15px;
	width:90%;
	margin:3% auto 0 auto;

}

.tytul{
	text-decoration:underline;
}

#naglowek{
	height:20%;
	text-align:center;
	line-height:100px;
	background-color:#cdcdcd;
	margin-bottom:10px;
	overflow:hidden;
	border-radius:15px;
}

#blok1, #blok2, #blok3, #blok4, #blok5, #blok6, #blok7, #blok8, #blok9, #blok10, #blok11, #blok12{
	height:80%;
	float:left;
	text-align:center;
	overflow:auto;
	border-radius:15px;
	margin:1%;

}

#blok1, #blok7{
	width:31%;
	background-color:#eeeeee;
	
}

#blok2, #blok8{
	width:32%;
	background-color:#dfdfdf;
	
}

#blok3, #blok9{
	width:31%;
	background-color:#eeeeee;
	
}
#blok4, #blok10{
	width:31%;
	background-color:#dfdfdf;
	
}

#blok5, #blok11{
	width:32%;
	background-color:#eeeeee;
	
}

#blok6, #blok12{
	width:31%;
	background-color:#dfdfdf;
	
}

a:link{
	color:black;
	text-decoration:none;
	
}
a:visited{
	color:black;
	text-decoration:none;
	
}

a:hover{
	color:black;
	text-decoration:none;
	font-weight:bold;	
}

a:focus{
	color:black;
	text-decoration:none;

}