table.tstats { 
    margin: auto; 
    border: 1px solid #000;  
    width: 580px;
}    
table.tstats th {
    background-color: #65322f;
    color: #fff;
    text-align: left;
}   
table.tstats td {
    border-bottom: 1px solid #65322f;
    margin-right: 5px;
}

table.tstats h1 {
    text-align: center;   
}    
