@charset "UTF-8";
a:link {
	color: ff6633;
}
a:active {
	color: 000000;
}
a:hover {
	color: cccccc;
}
a:visited {
	color: ff9966;
}

