Ive found out from another forum that i could change the text with
a.white, a.white:hover { color: #FFF }
(inside Stylesheet)
and assigning it like this
<a class="white" HREF="Link Url">Link Text</a>
(inside Index.php)
only problem is that its only doing the hover does anyone see an option to make the normal state like this too?