Hello.
I have a custom store_header.inc file which is as follows (my website is coralreefaquarium.net):
----------------------
<style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman";
	color:white;}
a:link, span.MsoHyperlink
	{color:white;
	text-decoration:underline;}
a:visited, span.MsoHyperlink
	{color:white;
	text-decoration:underline;}
a:hover, {color:cornflowerblue; text-decoration:underline;}
@page Section1
	{size:8.5in 11.0in;
	margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
	{page:Section1;}
-->
</style>
<body bgcolor="#003366" lang=EN-US link=white vlink=white>
<p class=MsoNormal align=center style='text-align:center'><img width=521
height=136 src=%%URLofImages%%/Logo.jpg"></p>
<p class=MsoNormal align=center style='text-align:center'> </p>
<div align=center>
<table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0
 style='border-collapse:collapse'>
 <tr style='height:42.25pt'>
  
  <td width=74 valign=top style='width:55.35pt;padding:0in 5.4pt 0in 5.4pt;
  height:42.25pt'>
  <p class=MsoNormal align=center style='text-align:center'><span
  style='font-size:16.0pt' style='font-weight:bold' ><a href="http://www.coralreefaquarium.net/index.html">Main</a></span></p>
  </td>
  <td width=74 valign=top style='width:55.35pt;padding:0in 5.4pt 0in 5.4pt;
  height:42.25pt'>
  <p class=MsoNormal align=center style='text-align:center'><span
  style='font-size:16.0pt' style='font-weight:bold' ><a href="http://www.coralreefaquarium.net/about_us.html">About Us</a></span></p>
  </td>
  <td width=95 valign=top style='width:71.55pt;padding:0in 5.4pt 0in 5.4pt;
  height:42.25pt'>
  <p class=MsoNormal align=center style='text-align:center'><span
  style='font-size:16.0pt' style='font-weight:bold'  ><a
  href="http://www.coralreefaquarium.net/Livestock.htm">Livestock</a></span></p>
  </td>
  <td width=74 valign=top style='width:55.35pt;padding:0in 5.4pt 0in 5.4pt;
  height:42.25pt'>
  <p class=MsoNormal align=center style='text-align:center'><span
  style='font-size:16.0pt' style='font-weight:bold' ><a
  href="http://www.coralreefaquarium.net/Live%20Rock.htm">Live Rock</a></span></p>
  </td>
  <td width=85 valign=top style='width:64.05pt;padding:0in 5.4pt 0in 5.4pt;
  height:42.25pt'>
  <p class=MsoNormal align=center style='text-align:center'><span
  style='font-size:16.0pt' style='font-weight:bold' ><a
  href="http://www.coralreefaquarium.net/Supplies.htm">Supplies</a></span></p>
  </td>
  <td width=106 valign=top style='width:79.8pt;padding:0in 5.4pt 0in 5.4pt;
  height:42.25pt'>
  <p class=MsoNormal align=center style='text-align:center'><span
  style='font-size:16.0pt' style='font-weight:bold' ><a
  href="http://www.coralreefaquarium.net/Aquariums.htm">Custom Aquariums</a></span></p>
  </td>
  <td width=98 valign=top style='width:73.8pt;padding:0in 5.4pt 0in 5.4pt;
  height:42.25pt'>
  <p class=MsoNormal align=center style='text-align:center'><span
  style='font-size:16.0pt' style='font-weight:bold' ><a
  href="http://www.coralreefaquarium.net/Aquarium%20Services.htm">Aquarium
  Services</a></span></p>
  </td>
  <td width=91 valign=top style='width:68.55pt;padding:0in 5.4pt 0in 5.4pt;
  height:42.25pt'>
  <p class=MsoNormal align=center style='text-align:center'><span
  style='font-size:16.0pt' style='font-weight:bold' ><a
  href="http://www.coralreefaquarium.net/Paintings.htm">Paintings</a></span></p>
  </td>
  <td width=94 valign=top style='width:80.55pt;padding:0in 5.4pt 0in 5.4pt;
  height:42.25pt'>
  <p class=MsoNormal align=center style='text-align:center'><span
  style='font-size:16.0pt' style='font-weight:bold'><a
  href="http://www.coralreefaquarium.net/Shipping.htm">Shipping<br>
  & Payment</a></span></p>
  </td>
 </tr>
</table>
</body>
<style>
<!--
a:link {color:blue; text-decoration:underline}
-->
</style>
--------------------------------
If I do the following:
1)  Go to coralreefaquarium.net
2)  Select "Livestock"
3)  Select "Corals"
4)  Select "SPS Corals"
I make it to the SPS Corals page, but the links across the top are not consistent from a color standpoint.  Some are white and some are blue.  Ones I haven't visited yet are blue.  After clicking on one and then coming back to the SPS Corals page, I see that it is now white.  I want them all to be white all the time (from the start).
In my store_header.inc file that I provided above, note that I have the following at the top:
----------------
a:link, span.MsoHyperlink
	{color:white;
	text-decoration:underline;}
a:visited, span.MsoHyperlink
	{color:white;
	text-decoration:underline;}
----------------
For some reason, this doesn't seem to make a difference.  Some times the links are blue and sometimes they are white.  Do you know why this is the case?  Is there another top level file I need to modify that the store_header.inc feeds into so that the links are always white?
Thanks for your time.
			
			
		
	



