/*** innermost content area for body content ***/
	#content
	{
		margin-right: 255px;
	}

	#content div
	{
		margin-bottom: 1.0em;
	}

	#content a
	{
		text-decoration: underline;
		color: blue;
	}
	
	#content a:hover
	{
		color: #6699ff;
	}
	
	#content a.morelink
	{
		text-decoration: none;
	}
	
	#content a.morelink:hover
	{
		text-decoration: underline;
	}