@charset "utf-8";
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #E76A4A;
}
a:active {
	text-decoration: none;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
