body
{
	margin: 0em;
	padding 0em;
	background-color: silver;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}

#fixed
{
	position: fixed;
	top: 0;
	left: 0;
	width: 10em;
	height: 100%;
	background-color: black;
	color: silver;
}

#fixed a
{
	display: block;
	text-decoration: none;
	padding: 0.5em;
	background: navy none;
	color: silver;
	font-weight: bold;
	font-size: smaller;
	margin-bottom: 2px;
	border-style: solid;
	border-color: black
}

#fixed a:hover
{
	background: black none;
	color: white;
	border-color: gray;
}

#content
{
	position: absolute;
	margin-left: 10em;
	padding: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
	left: 11px;
	top: -20px;
	width: 800;
}

p.hang
{
	text-indent: -.5em;
	margin-left: .5em;
	margin-bottom: 0em;
	margin-top: 0em;
}
