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