a:active {
  color: black;
	text-decoration: none;
}

a:visited {
  color: rgb(197,15,41);
	text-decoration: none;
}

a:link {
  color:blue;
	text-decoration: none;
}

a:hover {
  color:black;
  text-decoration: none;
}
