There are a few ways to override the "overrides". I would do something like this:.styled-button-miscblack a{
color: #fff !important;
}
True you want to stay away from !important but in this case, the styles you are creating are generated right in index.php and will override anything you would normally put in an external stylesheet. You can then add additional properties for font-weight, size, etc.