@charset "utf-8";

a:link {

	text-decoration: none;

	color: #202020;

}
a:visited {
	color: #202020;
}
a:hover {
	color: #202020;
}
a:active {
	color: #202020;
}
