i am using the default template at the moment and was wondering how i could change the text from red to blue..any help would be appreciated
Are you talking about changing the color of the links, or the other text? In your directory root there should be main.css or style.css I haven't used it in ages, but I took a look through my older version and there are no colors defined for links so it just defaults to blue. You might have to add that to the css like so: a:link { color: #0000FF; }