@charset "UTF-8";

	a:link {
	color: white; 
	text-decoration: none;
	}
	a:visited {
	color: white; 
	text-decoration: none;
	}
	a:hover {
	color: #EFC953;
	text-decoration: none;
	}
	a:active {
	color: white; 
	text-decoration: none;
	} 
	