I've now got this in use in skin1.css (I've updated the colors)
Code:
.Bottom {
BACKGROUND-COLOR: #081589; COLOR: #FFFFFF;
.Bottom:link {
COLOR: #FFFFFF; TEXT-DECORATION: none;
}
.Bottom:visited {
COLOR: #68FFAF; TEXT-DECORATION: none;
}
.Bottom:hover {
COLOR: #FF0000; TEXT-DECORATION: underline;
}
.Bottom:active {
COLOR: #FFFFFF; TEXT-DECORATION: none;
}
I've tried the <TD class="Bottom> with and without the class being specified in the <a> tag, as well, to no avail--the links still won't change to white
