/* CSS Typographic Document */

html * {
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	text-align: left;
	font-size: 0.76em;
	color: #006;
}

h1, h2, h3, h4, h5 {
	color: #36c;
	margin: 6px 0;
}

p {
	color: #000;
	margin-bottom: 6px;
}

p strong {
	font-family: Verdana,'Trebuchet MS',Helvetica,Arial,sans-serif;
	color: #006;
}
