/*
	@homepage http://userstyles.org/styles/348
	@updateurl http://userstyles.org/styles/iecss/348/HTML%20-%20Justify%20paragraphs%20by%20default%20(beta!).css
*/
@namespace url(http://www.w3.org/1999/xhtml);





p {
  text-align: justify;
}

center p,
[align="center"] p {
  text-align: center;
}
