a:link { color: blue; background-color: transparent; text-decoration: none; } a:hover { color: red; background-color: transparent; text-decoration: underline; } a:active { color: orange; background-color: transparent; text-decoration: underline; }