	html{
		height: 101%;
	}

	body {
		height: 101%;
		margin: 5px 0px 5px 0px;
		background: #ffffcc;
		font: 80% arial;
		text-align: justify;
	}
	#footer {
		width: 900px;
		height: 30px;
		padding: 5px 5px 5px 5px;
		background: #adb175;
		font: 80% arial;
		text-align: center;
		border-right: 3px double #999966;
		border-bottom: 3px double #999966;
		border-left: 3px double #999966;
	}
table {
		font: 100% arial;
		text-align: justify;
		padding: 0px 0px 0px 0px;
		Color: #ffffff;
	}
	h1 {
		font-size: 150%;
		font-weight: normal;
		Color: #5c743d;
		margin: 0px 0px 10px 0px;
	}
	h2 {
		margin: 0 0 0 0;
		font-size: 100%;
		font-weight: bold;
		color: #009999;
	}
	h3 {	
		margin: 30px 0px 0px 0px;
		}
		
	a {
		color: #ffffff;
		text-decoration: none;
	}
	a:hover {
		color: #5c743d;
	}