body   { color: #03c; background-color: #f00 }
p {}
td {}

a { color: #ff0; text-decoration: none; };
a:hover {text-decoration: none; color: #0033CC;}

/* to be used with the "<"; use same color as <a> */
.currentLinkColor { color: #ff0; } 
.currentBGColor { background-color: #c33 } 
