body {
	font-family: VT100, Courier, fixed-width, monospace;
	font-size: 12px;
	font-style: teletype;
	color: #00FF00;
	background: #000000;
}

a:link, a:visited, a:active {
	color: #000000;
	background: #00FF00;
	font-weight: bold;
	text-decoration: none;
}


a:hover {
	font-weight: bold;
	color: #00FF00;
	background: #000000;
	text-decoration: none;
}
