/* AVLACK - VIEW AS NON MEMBER*/
/* TEXT */
div.header table.globalnav h3 {
color:#CEEE15;
}
table.globalnav h3 {
color:#338833;
font-family:verdana,sans-serif;
font-size:14px;
font-weight:normal;
}
h3 {
margin:0pt 0pt 4px;
}
/* LINKS */
div.header table.globalnav a.select {
color:#FFFFFF;
}
a.select, a.select:link, a.select:visited {
background:transparent url(
http://images.multiply.com/multiply/icons/clean/16x16/select.png) no-repeat scroll left top;
font-size:13px;
font-weight:bold;
height:16px;
padding-left:20px;
padding-top:1px;
}
THis is the original code for avlack theme
probably it is the same for many others too
just will change some colour
Probably
a.select, a.select:link, a.select:visited
affect other links too
if u wanna affect only the links in this page then use
the only u have to consider for the links is
/* Links */
div.header table.globalnav a.select {
color:#FFFFFF;
background:transparent url(
http://images.multiply.com/multiply/icons/clean/16x16/select.png) no-repeat scroll left top;
font-size:13px;
font-weight:bold;
padding-left:20px;
}
but maybe is better to change the original code cause to maintains some homogeneity in the layout