@charset "UTF-8";
/* CSS Document */

a:link {
	color: #000;
	text-decoration: none;
	cursor:text;

}
a:visited {
	text-decoration: none;
	color: #000;
	cursor:text;
}
a:hover {
	text-decoration: none;
	color: #000;
	cursor:text;
}
a:active {
	text-decoration: none;
	color: #000;
	cursor:text;
}

