body { background:#0f0f0f; text-align:center; margin:0; padding:0;}

A:link {
	CURSOR: arrow;
	COLOR: FFFF99;
	text-decoration: none;
}
A:visited {
	CURSOR: arrow;
	COLOR: #0a0a0f;
	text-decoration: none;
}
A:hover {
	CURSOR: arrow;
	COLOR: #FFFF99;
	text-decoration: none;
}
A:active {
	CURSOR: arrow;
	COLOR: #FF3300;
	text-decoration: none;
}


