body {
	background-color: #000000;
	font-family: "Courier New", Courier, mono;
	font-size: x-small;
	color: #999999;

}
a:link {
	font-family: "Courier New", Courier, mono;
	color: #333333;
	font-size: x-small;

}
a:visited {
	font-family: "Courier New", Courier, mono;
	font-size: x-small;
	color: #333333;
}
a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: x-small;
	color: #666666;
}
a:active {
	font-family: "Courier New", Courier, mono;
	font-size: x-small;
	color: #333333;
}
