body{
    font-family: 'Times New Roman';
    text-align: justify;
	background-color: #C2E2F5;
	margin:0;
    padding:0;
    box-sizing: border-box;
	overflow: auto;
	width: 100%;
}

#tytul{
    background-color: #355DCC;
	color: white;
    height: 60px;
    padding-top: 10px;
}

#menu{
    background-color: #4C96E1;
    height: 50px;
    padding-top: 10px;
}

p{
	color: black;
	font-size: 20;
	margin-right: 100px;
	margin-left: 100px;
	text-align: justify;
	line-height: 1.5;
}

li{
	color: black;
	font-size: 20;
	margin-right: 100px;
	margin-left: 100px;
	text-align: justify;
	line-height: 1.5;
}

div{
	align: center;
}

h1{
	color: black;
}

h2{
	color: black;
}

table{
	border: 0; 
	cellpadding: 4;
	cellspacing: 30;
	width: 100%; 
	height: 15 px;
	overflow: auto;
	!box-sizing: border-box;
	margin: auto;
	float: center;
}

#kol{
  color: white;
  text-decoration: none;
  padding: 2px 4px;
}

#kol:hover{
	color: white;
	text-decoration: underline;
}

#kod{	
  color: black;
  text-decoration: none;
  padding: 2px 4px;
}  

#kod:hover{
  color: black;
  text-decoration: underline;
  padding: 2px 4px;
}  

#g{
	color: white;
	text-decoration: none;
	padding: 2px 4px;
}

*{	
	margin: 0px 0px;
	padding: 0px 0px;
}

html, body { 
	height: 100%; 
	text-align:center;
}

#page
{ 
 	min-height: 100%;
 	height: auto !important;
 	height: 100%;
 	margin-bottom: 50px;
	width: 100%;
}

#stopka, #push {
	background-color: #4C96E1;
    height: 120px;
	padding-top: 5px;
	clear: both;
}

a{
	target: blank;	
}

#link{
  color: black;
  text-decoration: none;
  padding: 2px 4px;
  
}

#link:hover{
	color: black;
	text-decoration: underline;
}
