  A:visited { 
	text-decoration: none;
  }

  A:link { 
	text-decoration: none;
  }

  A:hover {
	text-decoration: underline;
  }

  A:active {
        text-decoration: underline;
  }
