How to change Font Color of links and titles in last CS Cart standard template

Does anyone know how I can change the color of the standard template that comes with the last version of CS Cart. I refer to the lightblue text that you see on the site-.

For links, edit:



/skins/basic/customer/base.css



a, a:visited, a:active, a:hover {
color: #0088CC;
cursor: pointer;
text-decoration: none;
}




Replace #0088CC with the hex colour code of your choice. Then save the file again, followed by flushing the store cache (by appending ?cc on to your admin URL, such as: yourdomain.com)



For everything else like page titles, the colours are defined in /skins/basic/customer/styles.css.