I have a link with the following format:
a:link
{
color: #034af3;
}
a:editedLink
{
color: #FFFFFF;
}
along with the above I want to have a link with the following and I want to use both of them in my page depending upon my requirement. How can I do the above?