I tried this selector.
For example this code

a.category-top{
background-color: red;
colorink;
font-size: 19px;
margin-top: 10px;
}

reacts only for background, color and size but margins stay fixed, this is maybe links can't have margins but if I add display: block it drops what is left after link to another line.