td.leftcol{
  background-color:lightskyblue;
  color:#000000;
  font-family: Arial;
  font-size: 12px;
}
td.rightcol{
  background-color:whitesmoke;
  color:#000000;
  font-family: Arial;
  font-size: 12px;
}
table.format{
  width:90%;
  border:2
  bordercolor:gray
  rules:rows;
  frames:hsides;
}
evenrow{
  background-color:#99CCFF;
  color:#000000;
  font-family:Arial;
  font-size:12px;
}
oddrow{
  background-color:#99CCFF;
  color:#000000;
  font-family:Arial;
  font-size:12px;
}
