$(document).ready(function() {
// Highlight Faqs
	$('a[@href*=who-is-this-course-good-for]').click(function() {
		$('dl dt').css({ color: "#000000" });
		$('#who-is-this-course-good-for').css({ color: "#00953F" });
	});
	$('a[@href*=what-will-i-learn-on-the-cactus-tefl-online-course]').click(function() {
		$('dl dt').css({ color: "#000000" });
		$('#what-will-i-learn-on-the-cactus-tefl-online-course').css({ color: "#00953F" });
	});
	$('a[@href*=how-long-will-it-take-me]').click(function() {
		$('dl dt').css({ color: "#000000" });
		$('#how-long-will-it-take-me').css({ color: "#00953F" });
	});
	$('a[@href*=when-is-the-best-time-to-take-the-cactus-tefl-online-course]').click(function() {
		$('dl dt').css({ color: "#000000" });
		$('#when-is-the-best-time-to-take-the-cactus-tefl-online-course').css({ color: "#00953F" });
	});
	$('a[@href*=isnt-it-the-same-as-buying-a-grammar-book-or-reading-about-methodology]').click(function() {
		$('dl dt').css({ color: "#000000" });
		$('#isnt-it-the-same-as-buying-a-grammar-book-or-reading-about-methodology').css({ color: "#00953F" });
	});
	$('a[@href*=do-i-need-to-have-broadband-to-do-the-course]').click(function() {
		$('dl dt').css({ color: "#000000" });
		$('#do-i-need-to-have-broadband-to-do-the-course').css({ color: "#00953F" });
	});
	$('a[@href*=can-i-download-any-of-the-information]').click(function() {
		$('dl dt').css({ color: "#000000" });
		$('#can-i-download-any-of-the-information').css({ color: "#00953F" });
	});
	$('a[@href*=will-i-have-access-to-the-course-after-my-time-is-up]').click(function() {
		$('dl dt').css({ color: "#000000" });
		$('#will-i-have-access-to-the-course-after-my-time-is-up').css({ color: "#00953F" });
	});
	$('a[@href*=do-i-have-to-wait-for-a-tutor-to-mark-my-work-before-i-move-on-to-the-next-section]').click(function() {
		$('dl dt').css({ color: "#000000" });
		$('#do-i-have-to-wait-for-a-tutor-to-mark-my-work-before-i-move-on-to-the-next-section').css({ color: "#00953F" });
	});
	$('a[@href*=will-i-get-a-grade-at-the-end-of-the-course]').click(function() {
		$('dl dt').css({ color: "#000000" });
		$('#will-i-get-a-grade-at-the-end-of-the-course').css({ color: "#00953F" });
	});
	$('a[@href*=do-i-get-a-certificate]').click(function() {
		$('dl dt').css({ color: "#000000" });
		$('#do-i-get-a-certificate').css({ color: "#00953F" });
	});
	$('a[@href*=how-much-is-the-course]').click(function() {
		$('dl dt').css({ color: "#000000" });
		$('#how-much-is-the-course').css({ color: "#00953F" });
	});
});
