body {
	font-family: monospace;
	background-color: black
}

a {
	color: blue
}	

dt {
	color: yellow
}

dd {
	color: lime
}


