a {
background-color: transparent;
text-decoration: underline;
color: #ffffff;
}
a:hover, a:active {
color: #ffffff; text-decoration: none;}
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: underline; }
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
color: inherit;
text-decoration: underline; }
a:not([href]):not([tabindex]):focus {
outline: 0; }