table  
{  
    border-collapse: collapse;  
    margin: 0 auto;  
    text-align: center;
    min-height: 30px;
}  
table td, table th  
{  
    border: 1px solid #62085f;   
    height: 30px;  
}  
table th  
{  
    background-color: #62085f;
    min-width: 100px;
    color: #FFFFFF;
}  
table tr:nth-child(odd)  
{  
    background: #fff; 
}  
table tr:nth-child(even)  
{  
    background: #92388f; 
    color: #FFFFFF; 
}  