@charset "utf-8";
a:link {
	font-weight: bolder;
	color: #0097AB;
	text-decoration: underline;
}
a:visited {
	font-weight: bolder;
	color: #0097ab;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #0097ab;
}
