/**
 * @file
 * Style another element as a link.
 */
a{
	text-decoration: none;
}
label button.link {
  font-weight: bold;
}
