html, body {
	/* \*/
	height:100%;
	/* hide from Mac IE 5.x */ 
	background-image: none;
	background-color: #000000;
	margin: 0;
	padding: 0;
	border: 0;
	overflow-y: auto;
	overflow-x: auto;
} 
.style1 {
	font-size: 12px; 
	color: white; 
	font-family: "Trebuchet MS";
}
.style2 {
	font-size: 16px;
	color: white;
	font-family: "Trebuchet MS";
	font-weight: bold;
}
.style3 {
	font-size: larger;
	color: white;
	font-family: "Trebuchet MS";
}
.style4 {
   font-size: 10px; 
   color: white; 
   font-family: "Trebuchet MS";
   font-weight: bold; 
}
.style9 {
	Font-size: 14px;
	color: white; 
	font-family: "Trebuchet MS"
}
a:link {
	color: white; 
	text-decoration: underline
}
a:hover {
	color: white; 
	text-decoration: underline	
}
a:active {
	color: white; 
	text-decoration: underline
}
a:visited {
	color: white; 
	text-decoration: underline
}
