a:link
{
color:gold;
text-decoration:underline;
cursor:pointer;
}
a:visited
{
color:yellow;
text-decoration:none;
cursor:pointer;
}
a:hover
{
color:red;
text-decoration:underline;
}