8/26 CSS question: how do I prevent a hyperlink from being underlined? \_ { text-decoration: none } \_ don't you need an 'a' before that? ie: <style> a { text-decoration: none } </style>