body
{
	margin: 0;
	width: 100%;
	height: 100%;
	
	font-family: Helvetica, Arial, sans-serif;
}

#content
{
	width: 100%;
	height: 100%;
}

	#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;
}

object:active, div:active
{
	-moz-outline-style: none;
	outline: none;
	border: 0;
}

object:focus, div:focus
{
	-moz-outline-style: none;
	outline: none;
	border: 0;
}
