
a, a:visited {
  outline: none;
	text-decoration: none;
	color: var(--link);
}

a:hover {
	color: var(--link-hover);
	text-decoration: none;
}
