body {
    background-color: #E0F8FF;
    }
h1, h3 {
    text-align:center;
    }
h2  {
    text-align:left;
    }
th  {
    background-color: lightblue;
    }
th.none {
    background-color: #E0F8FF;
    }
td.did_right {
    background-color: lightgreen;
    }
td.did_evil {
    background-color: pink;
    }
td.did_other {
    background-color: yellow;
    }
td.spacer {
    height: 10px;
    width: 0px;
    padding: 0;
    }
tr.odd_row {
    background-color: blanchedalmond;
    }
tr.even_row {
    background-color: lightyellow;
    }
