body {
	background-color: #000000;
	color: #eeeeee;
}

a:link {
	color: #9932cc;
}

a:visited {
	color: #228b22;
}

a:hover {
	color: red;
}

a:active {
	color: blue;
}
