A { color: blue;}
A:link
{
{ color: blue; text-decoration:none;}
}
A:visited
{
{ color: blue; text-decoration:none;}
}
A:hover
{
{ color: blue; text-decoration:underline;}
}