html, body {
	background-color: #646e73;
	margin-left: 0px;
	margin-top: 0px;
	height:100%;
	font-family:arial,tahoma,verdana;
	font-size:10pt;
	font-weight:normal;
	color: #000000;
	position: absolute; 
	top: 0;
	left: 0;
}
h1 {
	font-weight:bold;
	font-size:12pt;
}

a:link {
font-size:10pt;
text-decoration:none;
color: #000000;
}
a:visited {
font-size:10pt;
text-decoration:none;
color: #000000;
}
a:focus {
font-size:10pt;
text-decoration:none;
color: #000000;
}
a:hover {
font-size:10pt;
text-decoration:none;
color: #000000;
}
a:active {
font-size:10pt;
text-decoration:none;
color: #000000;
}