body {
	background-color: #080810;
}
.style1 {
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
}
a.style1:LINK {
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
a.style1:HOVER {
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	color: #E7BE21;
	font-weight: bold;
	text-decoration: none;
}
a.style1:VISITED {
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
-->