  h3 { color: #111;  font-size: 22px; font-weight: 300; line-height: 32px; margin: 16 0 8px; text-align: center; }
  table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
  border-color: gray;
  font-size: 115%;
 
    }
table#t01 tr:nth-child(even) {
  background-color: #eee;
}
table#t01 tr:nth-child(odd) {
 background-color: #fff;
}
table#t01 th {
  background-color: #1d96b2;
  color: white;
}
body
{
    background-image: url("../bg2.png");
    background-repeat: repeat;
    margin: 64px;
    margin-top: 10px;
}
.textgreen {
    color: #00cc00;
}
.textgray {
    color: #cccccc;
}