how to remove link color and underline in bootstrap code example
Example: bootstrap link remove underline
a:hover, /* OPTIONAL*/
a:visited,
a:focus
{text-decoration: none !important;}
a:hover, /* OPTIONAL*/
a:visited,
a:focus
{text-decoration: none !important;}