@charset "UTF-8";

.underline {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.underline:hover {
	text-decoration: none;
}