<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    I think I've noticed some inconsistency -- but this could be my
    imagination -- about whether the "link" pseudo class effects are
    inherited by the "visited" pseudo class.&nbsp; Have you tried adding the
    "text-decoration: none;" to the visited pseudo class as well?<br>
    <br>
    On 4/14/2011 8:19 AM, nan wich wrote:
    <blockquote cite="mid:279144.94195.qm@web180308.mail.gq1.yahoo.com"
      type="cite">
      <style type="text/css"><!-- DIV {margin:0px;} --></style>
      <div style="font-family: arial,helvetica,sans-serif; font-size:
        10pt; color: rgb(0, 0, 0);">
        <div>In my CSS I have:</div>
        <div>a:link {<br>
          &nbsp; color: #374d7c;<br>
          &nbsp; text-decoration: none;<br>
          }</div>
        <div>a:visited {<br>
          &nbsp; color: #375d8c;<br>
          }<br>
          And does exectly what I want. But on a Mac (in FF), the links
          are underlined.&nbsp;Do I need another text-decoration? Why on a
          mac and not on&nbsp;Windoze?<br>
          &nbsp;</div>
        <p><font color="#ff007f" face="bookman old style, new york,
            times, serif" size="4"><em><strong>Nancy</strong></em></font></p>
        <p>&nbsp;</p>
        <p><font face="arial, helvetica, sans-serif">Injustice anywhere
            is a threat to justice everywhere. -- Dr. Martin L. King,
            Jr.</font></p>
      </div>
    </blockquote>
  </body>
</html>