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{
	text-decoration:	none;
}
A:Link{
	color:			#000000;
}
A:Visited{
	color:			#000000;
}
A:Active{
	color:			#000000;
}
A:Hover{
	color:			#000000;
}