
a:link { color: blue; text-decoration: none }
a:visited { color: purple; text-decoration: none }
a:hover { color: blue; font-weight: bold; text-decoration: underline; background-color: transparent }
a:active { color: red }

