a:link { color: blue; text-decoration: none }
a:active { color: yellow; text-decoration: none }
a:visited { color: blue; text-decoration: none }
a:hover { color: green; text-decoration: underline; background: #F9EDED }
