a  {
	text-decoration : none;
}
a:Visited  {
	text-decoration : none;
}
a:Active  {
	text-decoration : none;
}
a:Link  {
	text-decoration : none;
}
a:Hover  {
	text-decoration : underline ;
}

