/*****  text.css  *****/

body {
	font: 1em Helvetica, Arial, FreeSans, sans-serif;
}

h1 { font-size: 3em; }

h2 { font-size: 2em; }

h3 { font-size: 1.5em; }

h4 { font-size: 1em; }

h5 { font-size: 0.8em; }

h6 { font-size: 0.7em; }

p {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1em;
}

article, aside, dialog, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
	