You need to add a class to your tables, like this:
<table class="morfars"></table>
And then you should be able to style anything in that table with ease:
table.morfars, table.morfars td, table.morfars th { border-style:none; vertical-align:top; font-family:"Times New Roman"; font-size:20px; }
I hope this helps!