body {
 background: #eeffee;
}

a:link, a:visited { 
  color: blue;
}

a:active { 
 color: red;
}


table.one {
  margin: 1em 1em 1em 0;
  border: 1px solid #000000;
  border-collapse: collapse;
}

table.one th, table.one td {
  padding: 0.21em;
  border: 1px solid #888888;
}

table.one th {
  background: #ddffdd;
}

td.one_a {
  background: #ddffdd;
  text-align: center;
}

tr.one_b th, tr.one_b td {
  background: #eeeeee;
}

td.one_c {
  background: #ddffdd;
  text-align: center;
}

table.two {
  BORDER: 1px solid #000000;
  border-collapse: collapse;
}

table.two td {
  border-left: 1px solid #888888;
  padding: 2px;
  text-align: left;
}


a.three {
  color: #000000;
}


td.l1, td.l7, td.l13, td.l19 {
  background: #ffe5e5;
}

td.l2, td.l8, td.l14, td.l20 {
  background: #ffffe5;
}

td.l3, td.l9, td.l15, td.l21 {
  background: #e5ffe5;
}

td.l4, td.l10, td.l16, td.l22 {
  background: #e5ffff;
}

td.l5, td.l11, td.l17, td.l23 {
  background: #e5e5ff;
}

td.l6, td.l12, td.l18, td.l24 {
  background: #ffe5ff;
}