a:link   { color: blue; text-decoration: none }
a:hover   { color: red; text-decoration: none }
a:active   { color: teal; text-decoration: none }
a    { color: blue; text-decoration: none }

