<!--
A:link{
	text-decoration: none;
	color: white;
}

A:visited{
	text-decoration : none;
	color: white;
}

A:hover{
	text-decoration: underline;	
	color: #000000;  
}
//-->
