@charset "UTF-8";
a:link {
	font-weight: bold;
	color: #FD0B17;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #FD0B17;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #325BAB;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #325BAB;
	text-decoration: underline;
}

