here is a grey - black one that is nice
Code:
body {
background:#dddddd;
color:#000000;
}
.tcat {
background:#aaaaaa;
color:#000000;
}
.thead {
background:#bbbbbb;
color:#000000;
}
.tborder {
border:dotted #0000FF;
}
.tbody {
background:#cccccc;
color:#000000;
}
.tfooter {
background:#bbbbbb;
color:#000000;
}
and here is another attempted from me..
it's grey - blue
Code:
body {
background:#f3f2f2;
color:#1c05fa;
}
.tcat {
background:#f3f2f2;
color:#ff0000;
}
.thead {
background:#f3f2f2;
color:#1c05fa;
}
.tborder {
border:dotted #1c05fa;
}
.tbody {
background:#f3f2f2;
}
.tfooter {
background:#f3f2f2;
color:#7ad8e3;
}
I think some other cool stuff can be done, but CSS isn't really my thing