table.tb { 
    border-collapse: collapse; 
    width:600px; 
}
.tb th, .tb td { 
    padding: 5px; 
    border: 
    solid 1px #777; 
}
.tb th { 
    background-color: lightblue;
}