i started using your projects page yesterday and i was wondering where i could change the color of links? (the ones you add in text, not the links by the title).
you need to look for this part of the code:
.hoverstext a, .item a { /* links */ color:#BED7EE;}
and if you want them to have a different hover color than the header links you need to add this to the code
.hoverstext a:hover, .item a:hover { /* links */ color:#000000!important;}










