/* Default style for paragraphs 
-------------------------------- */
body {
	background: #1b1b1b;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62%;
	color: #ffffff;
	margin:0px 10px;
}
#menucenter {
	text-align: center;
	color: #ffffff;
	font-size: 1.4em;/* display: inline; */
}
#menucenter a:link, a:visited, a:active {
	color: #8f8e8e;
	text-decoration: underline;
}
p {
	font-size: 1em;
}
/* Make all top-level headings gray and 16px high 
------------------------------------------------ */
h1 {
	font-size: 1.25em;
}
