Plugin has global styles and styles for tags. It's very bad. Needed class-wrapper. ``` a:link, a:visited, a:hover, a:active { color: #000; text-decoration: none; } a:hover { text-decoration: underline; cursor: pointer; } ```