body {
	background-color: black; 
	color: white; 
}

a:link, a:visited {
	color:white; 
	text-decoration: underline; 
	font-weight: bold; 
}

a:hover {
	text-decoration: none; 
}