body {
                    background-color: #f0eee0;
                    color: #000000;
                    font-size: 12px;
                    font-family: Arial, Helvetica, sans-serif;
                    text-decoration: none;
                    margin: 0px;
                    padding: 0px;
                 }

            a {
                    color: #000000;
                    text-decoration: underline;
                    font-size: 12px;
                    font-family: Arial, Helvetica, sans-serif;
              }

            a:hover {
                    text-decoration: none;
                    }

            a:visited {
                    text-decoration: #000000;
                      }
            
            table {
                    color: #000000;
                    text-decoration: none;
                    font-size: 12px;
                    font-family: Arial, Helvetica, sans-serif;
                  }

            tr.odd {
                    background-color: #FFFFFF; 
                   }  

            tr.even {
                    background-color: #f0eee0; 
                    }  

            td.cell1 {
                    width: 35%; 
                     }  

            td.cell2 {
                    width: 10%; 
                     }  

            td.cell3 {
                    width: 20%; 
                     }  

            td.cell4 {
                    width: 35%; 
                     }  
                  
            th {
                    color: #000000;
                    text-decoration: none;
                    font-size: 12px;
                    font-family: Arial, Helvetica, sans-serif;
                    text-align: left;
               }
