BODY {
	color : #33FFFF;
}

A {
	color : #33FFFF;
	text-decoration : none;
}

A:HOVER {
	color : White;
	text-decoration : underline;
}