disable link style css code example
Example: remove style from a tag
a {
color: inherit; /* blue colors for links too */
text-decoration: inherit; /* no underline */
}
a {
color: inherit; /* blue colors for links too */
text-decoration: inherit; /* no underline */
}