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

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

