﻿	body	{
		background: #f93;
		margin: 0;
		}
	
	h1	{
		font: 16pt arial, sans-serif;
		}
		
	h3	{
		font: 12pt arial, sans-serif;
		}
	
	p	{
		font: 10pt arial, sans-serif;
		line-height: 11pt;
		}
	
	#container	{
		position: relative;
		width: 95%;
		height: 95%;
		top: 0;
		left: 0;
		padding: 3% 8%;
		}
	
	#copyright	{
		position: absolute;
		bottom: 0;
		width: 99%;
		margin-right: auto;
		margin-left: auto;
		font: 8pt arial, sans-serif;
		line-height: 1.4em;
		text-align: center;
		}
	#notice		{
		font: 10pt arial, sans-serif;
		color: Green;
		}
