@charset "utf-8";
#home a{
	color: #FFE705;
	cursor:default;
}

#home a:hover{
	text-decoration:none;
	color: #FFE705;
}

