body {
 padding-left: 2%;	
 background: white;
 font-family: Arial, serif;
 color: black;
 font-size: 1em;
}

h4 {
 text-align: center;
 font-size: 1em;
}

h5 {
 text-align: left;
 font-size: 1em;
}

td {
background: white;
font-family: Arial, serif;
font-size: 0.8em;
}

table.mytable {
 border: none;
 background-color: #cccccc;
 padding: 0;
 width: 80%;
}

table.mytable td {
 background-color: white;
 padding: 2px;
}

table.mytable caption {
font-family: Arial, serif;
font-size: 0.7em;
font-weight: bold;
}

ul.noop { margin-left: 0; padding-left: 0; }


