/* CSS Document */

a:link{
	color : #898989;
	text-decoration : none;
}

a:visited{
	color : #898989;
	text-decoration : none;
}

a:hover{
	color : #ffffff;
	height:0; 
	TEXT-DECORATION: none; 
	height:0; 
}

a:active{
	color : #898989;
	text-decoration : none;
}
