a:link { color:blue; }
a:visited { color:red; }
a:hover {color:yellow;background-color:blue; } 
body {
  margin: 1em;
}
table.t1 { text-align:center; border:0; width: 35%; }
td.t1 { text-align: justify; border:0; background-color:blue; color:white; }
table.t2 { text-align:center; }
td.t2 { text-align: left; border:1px solid blue; vertical-align: text-bottom; }
td.t3 { text-align: right; border: 1px solid blue; vertical-align: text-bottom; }
table.t4 { text-align:center; border:1px solid blue; }
td.t4 { text-align: center; border:0; background-color:#FFD; color:midnightblue; }
td.t5 { font-size:small; text-align: center; border:0; background-color:#FFEEEE; color:midnightblue; }
h1,h2,h3,h4 { text-align:center; }
table {
  border: 1px solid blue;
  margin-left:auto;
  margin-right:auto;
  border-collapse:collapse;
}
th {
  font: small-caps bold 1em Arial,sans-serif;
  color:#FFF;
  background-color:#44D;
}
td {
  color:midnightblue;
  background-color:#FFD;
  border: 1px solid blue;
  padding: 0.2em 1em 0.2em 1em;
  font-size: 1em;
}
td.tocl {
  font-weight:bold;
  text-align:center;
}
td.tocr {
  text-align:right;
}
table.fred {
  margin-top: 1em;
}
td.fred {
  font-size: smaller;
  text-align: center;
}
