c.dia: style sheets und tabellen

Beitrag lesen

wenn ich folgendes style sheet in meinen head einfüge, wieso bezieht es sich dann nicht auf Text, der in Tabellen steht?

<style type="text/css">
<!--
body { background-color:white; font-family:Arial,Helvetica; font-size:10pt; color: rgb(40,40,40); }
a:link { text-decoration:none; color:rgb(40,40,40); font-family:Arial,Helvetica; }
a:active { text-decoration:none; color: rgb(40,40,40); font-family:Arial,Helvetica;}
a:visited { text-decoration:none; color: rgb(40,40,40); font-family:Arial,Helvetica;}
a:hover { text-decoration:underline; color:rgb(40,40,40); font-family:Arial,Helvetica;}
-->
</style>

lg > c.dia