Changing the link color

Hi,
I’ve been googling and searching from here and there but couldn’t figure it out. How can you change the link color to every link there is? White background and yellow link color is not the best solution. If you can see what I mean… http://www.ggesports.sotakone.fi/?page_id=243

Hello,

I suspect that you are looking after this CSS rule:

.markup-format a {
    color: red;
}

Let me know if you got it alright.

Regards