body {                                                
        font-family: arial;                           
}                                                     
.logo {                                               
        margin-bottom: 30px;                          
        text-align: center;                           
}                                                     
.logo img {                                           
  width: 20%;                                         
}                                                     
table.display thead th {                              
        padding: 3px 18px 3px 10px;                   
        border-bottom: 1px solid black;               
        font-weight: bold;                            
        cursor: pointer;                              
        * cursor: hand;                               
        background-color: #C2A57F;                    
        color: #FFFFFF;                               
}                                                     
table.display tfoot th {                              
        padding: 3px 18px 3px 10px;                   
        border-top: 1px solid black;                  
        font-weight: bold;                            
        background-color: #C2A57F;                    
        color: #FFFFFF;                               
}                                                     
tr.odd {                                              
        background-color: #BDBDBD;                    
} 
