Thanks I worked it out Here is what I have, let me know if I can make it better;
#footer a:link {color: #000000; text-decoration: underline; }
#footer a:active {color: #0000ff; text-decoration: underline; }
#footer a:visited {color: #008000; text-decoration: underline; }
#footer a:hover {color: #ff0000; text-decoration: none; }
(now to sort the actual colours I want)
Thanks 🙂