A{ color: black; background-color: transparent; text-decoration:	none; }

A:Link{ color:			silver; background-color: transparent; }

A:Visited{ color:			gray; background-color: transparent; }

A:Active{ color: gray; }

A:Hover{
	color:			white;
	text-decoration:	underline;
	background-color:	transparent;
}


