@charset "utf-8";
.copyright_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	text-decoration: none;
}
a:link {
	background-color : transparent;
	color: #999999;
	text-decoration: none;
}
a:visited {
	background-color : transparent;
	color: #666666;
	text-decoration: none;
}
a:active {
	background-color : transparent;
	color: #666666;
	text-decoration: none;
}
a:hover {
	background-color : transparent;
	color: #FF0000;
	text-decoration: none;
}