I need to change the table style of the RTE plugin in my own style.

To do this, just add a new class to <table> tag.
For example:
<table class="newStyleTable"></table>
Could you tell me if there is any possibility to change the styles Table RTE plugin out-of-the-box or have to override Table RTE plugin with new styles?