/* CSS Document */

A {
	text-decoration:underline;
	color:#000000;
}

A:HOVER {
	text-decoration:none ;	
	
}