body
{
	margin: 0px;
	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;
}

img
{
    border: 0;
}
