How to add anchor link class in Typo3 V6 RTE

RTE.default {
proc.allowedClasses := addToList(mylinkclass)
buttons.link.properties.class.allowedClasses := addToList(mylinkclass)
}

The strange thing I have found here is, the class names like “arrow” and class names with “_” (underscore) are not allowed.