body {  
       color: black; 
       background: white;
       margin-left: 8%;
       margin-right: 8%;
       }
p {  text-indent: 3em  }
tr {  text-indent: 0em }

h1 { font-size: x-large; 
     color: black;
     margin-left: -6%;
     }
h2,h3,h4,h5,h6 {  
                 margin-left: -4%;
                 } 
th {  background-color: #708090 }
tr.odd {  background-color: #b0c4de }
tr.even {  background-color: #dcdcdc }

td.time { text-align: right }
