body
{
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-left: 30px;
}

h1
{
	font-size: 2em;
}
h2
{
	margin: .7em 0em .1em 0em;
}

p,
ol,
ul
{
	width: 70%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

ul
{
	margin-top: .2em;
}

span.nowrap
{
	white-space: nowrap;
}

sup
{
	font-size: 0.5em;
	vertical-align: text-top;
}

.hide { display: none; }
.no-top-margin { margin-top: 0px; }
.no-bottom-margin { margin-bottom: 0px; }


