
function SetHoverColour( obj ) {
	obj.style.color = "#b3dc1f" ; 
}

function SetLinkColour( obj ) {
	obj.style.color = "#fff" ; 
}


