/*
* SEKCJA: typography
*/
@media screen
{
	body{
		font-size:100% ;
	}
	h1{
		font-size:130% ;
		font-weight:bold ;
		line-height:170% ;
	}
	h2{
	}
	h3{
	}
	h4{
	}
	p{
		font-size:110% ;
		line-height:120% ;
	}
	a{
	}
	li{
	}
}
