I've created a div that includes the following styles:
#main-alt-2 a:link {color:#39c;}
#main-alt-2 a:visited {color:#39c;}
Within this same div, I have defined styles for a UL as follows:
ul.menu a:link {
font-weight:bold;
display:block;
text-decoration:none;
color:#323232;
}
All properties in the ul.menu class are working correctly except for the color property. It's quite puzzling!
Any assistance would be greatly appreciated!