@charset "utf-8";
/* CSS Document */
a:link,
a:visited{
	color:#FF0;
	text-decoration:none;
}
a:hover{
	color:#FF0;
	text-decoration:underline;
}