body {
	background: black;
	color: white;
}

a:link {color: white}     /* unvisited link */
a:visited {color: white}  /* visited link */
a:hover {color: yellow}   /* mouse over link */
a:active {color: yellow}   /* selected link */ link */
