Well I just solved it for anyone who needs it.
Add this beneath your body codes and before the structure divs..
ie, just the stuff between the /// here, the other bits are for reference..
body{background etc
}
////////
a:link {
color: #333333;
}
a:visited {
color: #FFFFFF;
}
a:hover {
color: #CCCCCC;
background-color: #333333;
text-decoration: none;
}
a:active {
color: #333333;
}
//////////
/*