body {
	background-color:	black;
	color:		#00cd00;
}

/* Bold looks just like regular text, just different color */
b {
	color:		#00ff00;
	font-weight:	inherit;
}

a:link {
	color:		#00ff00;
}

a:visited {
	color:		#00aa00;
}

