a:link, a:visited, a:hover { text-decoration: none; }
Edit: if you want the link to change colour when you hover over it, and also not to be underlined then do:
a:hover { text-decoration: none; color: #468259; }
Rob
a:link, a:visited, a:hover { text-decoration: none; }
Edit: if you want the link to change colour when you hover over it, and also not to be underlined then do:
a:hover { text-decoration: none; color: #468259; }
Rob