/* Default style for paragraphs 
-------------------------------- */
body {
	background: #1b1b1b;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62%;
	color: #ffffff;
	margin:10px 10px;
}
p {
	font-size: 1em;
}
/* Make all top-level headings gray and 16px high 
------------------------------------------------ */
h1 {
	font-size: 1.25em;
}
