I am trying to include an anchor tag within my HTML...
Inside the tag, I have the following CSS code:
.foo {
white-space:nowrap;
text-shadow: 0 -1px 0 #000;
color: #000;
font-family: Helvetica Neue, Helvetica, arial;
font-size: 12px;
}
How can I specify a:link {COLOR: #ffff;}
within this class?