@narum,
That wont work as your usergroup names are different – the css file assumes you are in an english setup.
.moderator will not work as that is the english translation, you will need to enter whatever the groups have been renamed to.
For example, in order for moderator
to work your css should read something along the lines of (based on what I can see on your page)
.Модератор a {
colour: green!important;
}
This will style all users within the group Модератор
as green.
You can then repeat that for keymaster and so on.
Jake