body {font-family: Arial}

a:link {text-decoration: none; color: blue;}
a:visited {text-decoration: none; color: gray;}
a:hover {text-decoration: underline; color: blue;}
a[name]:hover {text-decoration: inherit; color: inherit; background: inherit}
a:active {}
