I am currently trying to edit a page that has a bunch of links on the page. All of them are in tables and are supposed to turn a dark gray color and then become darker one they become visited. However, they show up like normal links. (Blue) The page has a template attached that implements the CSS style sheet SoundOff which contains the link colors. Any advice for how I can get this functional is much appreciated.
CSS Style
--------------------------------------------------------------------
<style type="text/css">
<!--
.titleText {
font-size: 36px;
font-weight: bold;
text-align: center;
}
.fontSize {
font-size: 12px;
font-weight: bold;
text-align: center;
}
.textAlignCent {
text-align: center;
}
.textFont { color: #CC0000;
text-align: center;
font-size: 18px;
}
-->
</style>
<style type="text/css">
<!--
.firstLine { line-height: 13px;
text-align: left;
vertical-align: top;
}
.leftAlign { text-align: left;
vertical-align: top;
line-height: 14pt;
}
.topMiddle { text-align: center;
vertical-align: top;
}
-->
</style>
<style type="text/css">
<!--
a:visited {
color: #666;
}
-->
</style><!-- InstanceEndEditable -->
<link href="../soundoff.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
a:link {
color: 333333;
}
a:visited {
color: 333333;
}
a:hover {
color: 333333;
}
a:active {
color: 333333;
}
#search { position:absolute;
width:400;
height:20;
z-index:2;
}
--------------------------------------------------------------------
PART OF THE CODE WHERE A LINK IS FEATURED
--------------------------------------------------------------------
<table width="608" height="2526" border="0" cellpadding="0" cellspacing="0" bgcolor="#999999" id="atable">
<tr>
<td height="25" align="left" valign="top" class="indexlink"><div id="links"><a href="http://www.soundoffsignal.com" target="_self">Home</a> » Literature</div></td>
</tr>
<tr> </tr>
<tr>
<td height="2501" width="608" align="left" valign="top" background="Images/background.jpg">
<p> </p>
<p> </p>
<p><br />
</p>
<table border="0" align="center">
<tr>
<td><span class="fontSize">If any of the catalogs or flyers on this page are not viewable, <a href="http://get.adobe.com/reader/">download Acrobat Reader here</a> </span></td>
</tr>
</table>
</p>
<table width="550" border="0" align="center">
<tr>
<td width="250" align="center"><p><a href="../warnamber/Catalog_WarnProd/SOS_Lit_OrderForm.pdf" target="_blank">Literature Order Form<br />
</a>(0.1 mb) <a href="../warnamber/Catalog_WarnProd/SOS_Lit_OrderForm.pdf"><br />
</a></p></td>
<td width="250" align="center"><a href="../warnamber/Catalog_WarnProd/SOS_Warr&RGA.pdf" target="_blank">Warranty Policy<br />
</a>(1.4 mb) </td>
</tr>
</table>