body
{
	margin: 0;
	width: 100%;
	height: 100%;

	font-family: Georgia, Times, Arial;
}


#content
{
	width: 100%;
	height: 100%;
	min-height:680px;
	.height:expression(document.body.offsetHeight>680?'100%':680);
}

	#htmlcontent
	{
		margin: 40px;
		color: black;
	}
	
		h1
		{
			font-size: 1.2em;
		}
	
		.note
		{
			font-size: .8em;
		}
		
		#footer
		{
			margin-top: 40px;
			
			font-size: .7em;
			color: #999;
		}

a:link, a:visited
{
	color: black;
	text-decoration: none;
}

a:active, a:hover
{
	color: blue;
}