[CSS] Tabellencss in Css

Grünes Kamel
Wie kann ich in meine CSS Datei ein Tabellencss reintun, bzw. wie soll das Tabellencss aussehen, damit es bei Mozilla und IE funktioniert und ich die Tabellen so (in der CSS Datei) gestalten kann?
lg
Grünes Kamel
Kann mir niemand helfen?
_-PinkPunker-_
Aber klar doch Augenzwinkern
td {
font-family: verdana;
text-align: center;
color: #000000;
font-size: 10px;
}

Das geht mit table, tablea und tr genauso.
Hoffe es hilft dir.Allerdings weiß ich nicht,wie man da die bgcolor einstellen kann,würd ich aber gern wissen.xD
Grünes Kamel
Es geht leider nicht, bzw. die Tabelle wird nicht angezeigt...
Was mache ich falsch?
Mein CSS sieht so aus:

[QUOTE]body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; background-color: #EDEFDA; background-image:url(main.jpg);background-repeat:no-repeat;
background-attachment:fixed; padding:0px; cursor:;

scrollbar-face-color: #EDEFDA;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #EDEFDA;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-shadow-color: #EDEFDA;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #EDEFDA;
}


A:link, A:active, A:visited {color: #000000; font-size: 8pt; text-decoration: none;}
A:hover {color: #000000; font-size: 8pt; text-decoration: none; position: relative; top: 1px; left: 1px;}

B {font-family: verdana; color: #000000;

td {
font-family: verdana;
text-align: center;
color: #000000;
font-size: 10px;
}
table {
font-family: verdana;
text-align: center;
color: #000000;
font-size: 10px;
}
tr {
font-family: verdana;
text-align: center;
color: #000000;
font-size: 10px;
}QUOTE]

Was ist falsch? Danke viel Mals für die Hilfe!
_-PinkPunker-_
Wenn das große B da für Background stet,dann versteh ich,warum die Tabelle ned angezeigt wird ^^ ;D