Your browser decides how links are shown, so look in the browser settings, to see if a colour is specified for fresh and used links.
And...
You have this in your links.htm:
Quote:
<p align="left"><font face="Arial, Helvetica, sans-serif" size="4" color="#000000">Donate
your old teddy bears <a href="http://www.goodbearsoftheworld.org/">http://www.goodbearsoftheworld.org/</a></font></p>
<p align="left"> </p>
and this in /css/css.css
Quote:
/* CSS Alignment Styles */
.alignRight {
text-align:right
}
.alignCenter {
text-align:center
}
a:link {
color:#333333;
text-decoration:underline;
}
a:visited {
color:#666666;
text-decoration:underline;
}
a:hover {
color:#666666;
text-decoration:none;
}
The colour you make for the <p> </p> is changed by the colour set for the <a></a> in the css.css file, because the <a> has the inner-most colour setting.
The css file will make links light-gray, gray when you "hover" and when "visited".
I'm not sure how you use the css-file, it will take some time to find out, but now you have some places to look.
_________________
AQ=41, SQ=46, EQ=24, so now you know why I´m here
