How do you remove an underscore from a menu item in web page construction?

Answer:
If you refer to a link then this is a snippet from a stylesheet:

a:visited {
color: #e3e;
background-color: transparent;
text-decoration: none;
}
and the key is the final line with the word none.
First answer by Crigby. Last edit by Crigby. Contributor trust: 48 [recommend contributor recommended]. Question popularity: 1 [recommend question].