A way to have no style on elements?

Hey,
Is there a way to have no style on the elements?

I currently have an element which has lots of child elements. But I don’t want the parent to have a style (because it needs to act as a containter/node as the children rotate around it).

Now, I could use a node, but there are some pretty handy things in the element class such as removeFromParent etc.

Any possible ideas?

Thankyou