I'm rather new to CSS but I believe I have found a small error in many of the themes distributed with CPG. The bblink class selector is shown as
bblink a {
color: #0033CC;
text-decoration: none;
}
bblink a:hover {
color: #0033CC;
text-decoration: underline;
}
Shouldn't that be .bblink, starting with a period, so that it is a class selector? Anyway, it didn't work for me until I made the change.
you're right - moving your thread to bugs board. Thanks for spotting and notifying us.
Fixed in cvs.