a:link
{
    color: blue
}

a:visited
{
    color: blue;  //rgb(0,0,255);
}

