/* styletable.css */

table { 
    margin: 1em; 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 0.85em;
    font-weight: normal;
    border-collapse: collapse;
 }

td, th {
   text-align:center; 
   padding: .2em; 
}

th {
   vertical-align:center; 
}

td {
   vertical-align:top; 
}
