body {
	<!-- background: white; -->
	margin: 0;
	color: black;
	padding: 0;
	font: 16px "Lucida Grande", "Arial Unicode MS", Verdana, "Helvetica Neue", Helvetica, sans-serif;
	/*	font: 12px "Lucida Grande", "Arial Unicode MS", Verdana, "Helvetica Neue", Helvetica, sans-serif; */
	/*  font 12px helvetica, arial, sans; */
}

p {
	text-align: left;
	line-height: 130%;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
<!--color: black; -->
	text-align: left;
<!--	background: white; -->
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	font-weight: bold;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 120%;
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
	font-weight: normal;
}

img {
	border: 0;
}

ul, ol {
	margin: 0;
	list-style: none outside;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

hr {
	margin: 4px 0;
	padding: 0;
	border: 1px none #404040;
	border-bottom-style: solid;
}

strong, b {
	font-weight: bold;
}

acronym {
	border-bottom: 1px dotted #ccc;
}