table
{
border-collapse: collapse;
}

table, thead, td
{
border: 3px ridge #CCCCCC;
}

thead
{
height: 50px;
background-color: #CCCCCC;
} 

td
{
padding: 2px;
}