Hello! I just recently had version 2.0.1 installed. What code do I need to add to the stylesheet.css to remove the underlines for links? I tried adding the following but nothing changed:

a:hover {
text-decoration: none; }
}
a:active {
text-decoration: none;
}