body {
	background : black;
	color : white;
}

a:link {
	color : lime;
}

a:visited {
	color : cyan;
}

a:active {
	color : yellow;
}

