ul,li, a{
    list-style: none;
    text-decoration: none;
    color: inherit;
}
 
 input, textarea, button{
     font-family: inherit;
     font-size: inherit;
     color: inherit;
     background: none;
     appearance: none;
     border-radius: none;    
 }