Text Color
- (link visited hover active) color: ***; sets links text color
Underline, Background ...
- text-decoration: none; removes the links underline
- border-bottom: ***; changes the links underline style
- (hover) text-decoration: underline; underline is displayed when you mouse over a link
- (hover) text-decoration: none; underline is removed when you mouse over a link
- (hover) background-color: ***; background is changed when you mouse over a link
- (hover) position: relative; text is moved when you mouse over a link