.white {
	color: rgb(255, 255, 255);
}

BODY {
	color: rgb(255, 255, 0);
	background: rgb(0, 0, 0);
}

A:link {
	color: rgb(0, 255, 255);
}

A:visited {
	color: rgb(255, 0, 255);
}

A.menuitem:link {
	text-decoration: none;
	color: rgb(0, 255, 0);
}

A.menuitem:visited {
	text-decoration: none;
	color: rgb(0, 255, 0);
}

A.menuitem:hover {
	text-decoration: none;
	color: rgb(255, 0, 0);
}
