body {
  background-color: white;
}

p,li,th,td {
  font-size: 90%;
}

h1,h2,h3,h4,p,table,li {
  font-family: verdana, arial, 'sans serif'; 
  color:black; 
}

h1,h2,h3,h4 {
  margin-left: 20pt;
}

h1 {
  margin-top: 4pt;
}

h4 {
  margin-bottom: 0;
}

ul {
  margin-top: 0;
}

p {
  margin-left: 30pt;
  margin-right: 30pt;
}

img {
  border-width: 0;
}

table {
}

td.hank,a.hank,h4.hank {
  color: white;
  text-align: center;
}

td.hank,a.hank {
  background-color: black;
}

td.andy,a.andy,h4.andy {
  color: white;
  text-align: center;
}

td.andy,a.andy {
  background-color: blue;
}

td.hong,a.hong,h4.hong {
  color: black;
  text-align: center;
}

td.hong,a.hong {
  background-color: red;
}

td.chico,a.chico,h4.chico {
  color: black;
  text-align: center;
}

td.chico,a.chico {
  background-color: yellow;
}

td.les,a.les,h4.les {
  color: black;
  text-align: center;
}

td.les,a.les {
  background-color: pink;
}

td.stan,a.stan,h4.stan {
  color: white;
  text-align: center;
}

td.stan,a.stan {
  background-color: green;
}

td.grey,a.grey {
  color: white;
  text-align: center;
}

td.grey,a.grey {
  background-color: darkgray;
}

a.hank,a.andy,a.hong,a.chico,a.les,a.stan {
  font-weight: bold;
}

h4.hank,h4.andy,h4.hong,h4.chico,h4.les,h4.stan {
  margin-bottom: 10pt;
}  

table.bloki {
  font-size: 90%;
  background-color: #d9e4f2;
  border-color: #006699;
  border-width: 1px;
  border-style: solid;
  margin: 4px;
  padding: 4px;
}

tr.excised,p.excised {
  background-color: #AAAAAA;
}

ol
{
  list-style: decimal; 
}

hr
{
  border-style: none;
  background-color: red;
  height: 5;
}