Wolf.2k

thanks for the props
Currently it is based on your Main CSS setup for the Alt1/Al2 classes - so you can alter those elements in the bit where it says
Code:
onmouseover="changeSty('alt2Active',
to match any other class in your CSS, that should do it
If you don't have a class defined with the colour you want, then make a new one

At the bottom of your Main CSS page, add the following {on a new line}:
Code:
.myclass { color:#rrggbb; background-color:#rrggbb; }
where the #rrggbb bits match the text colour and the background colour you want the cell to change to, then put
myclass in place of alt2Active in the three replacements in the instructions ...
HTH