BODY { 
	font-family: "fixedsys",monospace;
	background-color: black;
	color: green;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a:link {
	color: #00F000;
	text-decoration: none
}
a:visited {
	color: #00F000;
	text-decoration: none
}
a:hover {
	color: #008000;
	text-decoration: none
}
