body.template {
   background: black;
   color: white;
   font: 12px georgia bold;
}

table.template {
   border: solid white 2px;
}

td.template {
   border: solid white 1px;
}

.templateButton  {
   background: black;
   color: red;
   width: 150px;
}


