<html> <head> <style> .tabelle {background-color:#663300;} </stlye> </head> <body> <table class="tabelle"> <tr> <td>FooBar</td> </tr> </table> </body> </html>