@charset "utf-8";

/* Link */
a
{
	outline			:	none;
}
a:link
{
	text-decoration	:	none;
	color			:	#003366;
}
a:visited
{
	text-decoration	:	none;
	color			:	#990066;
}
a:hover
{
	text-decoration	:	underline;
	color			:	#cc0000;
}
a:active
{
	text-decoration	:	none;
	color			:	#ff6600;
}
