body {
font-family: "Lucida Grande", "Lucida Sans Unicode", Georgia, Verdana, sans-serif;
font-size: 0.8em; 
color: #000; 
margin: 3em;
}

table {
border: 1px solid #333;
font: normal 12px 'Lucida Grande',Verdana,sans-serif;
}
td, th {
padding:3px;
}
th {
text-align:left;
color:#FFF;
background-color:#333;
border-style:solid;
border-width:1px;
border-color:#CCC #666 #000 #CCC;
}
td {
background-color:#DDDDDD;
border-style:solid;
border-width:1px;
border-color:#FFF #AAA #666 #FFF;
}