
a
{
	color: black;
  text-decoration: none;
}

a:visited
{
  color: black;
  text-decoration: none;
}

a:hover
{
  text-decoration: none;
}

a:visited:hover
{
  color: black;
  text-decoration: none;
}