/* a { text-decoration: none; } */
a:link { color: navy; }
a:visited { color: green; }
a:hover { color: #C0C; }
a:active { color: green; }
