BODY {
	color : #00FF00;
}

A {
	color : #00FF00;
	text-decoration : none;
}

A:HOVER {
	color : #FFFFFF;
	text-decoration : underline;
}