body { background-color: black; color: white; font-family:monospace; }
body > header { font-family: monospace; }
a:link, a:visited { color: yellow; font-weight: bold; text-decoration: none; }
a:hover, a:active { color: white; font-weight: bold; text-decoration: italic; }

/*
body {
	color: #fff;
	background-color: #000;
	font-family: monospace;
}

a:link, a:visited {
	color: yellow;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	color: white;
	font-weight: bold;
	font-style: italic;
}
*/
