trying to set specific font for a table and while we at it, how about rows
too?
i've tried with css
< table id=font15px> .font15px{font-size: 15px}
<table class="font15px"> #font15px{font-size: 15px}
without css
< table font-size: 15px>
but the font size still is the one set in my css body attributes?