th {
  text-align: left;
  font: bold 14pt arial;
  color: teal;
}

td {
  text-align: left;
  color: black;
  font: 16pt arial;
}

p {
  text-align: left;
  color: black;
  font: 12pt arial;
}

div.smallfont {
	font-size: 8pt;
}

.overlap {
    position: relative;           /* establish new containing block */
    width: 200px; height: 200px;  /* must specify width/height */
  }

.overlap .ne, .overlap .sw { position: absolute; }
.overlap .ne {    top: 0; right: 0; z-index: 1; }
.overlap .sw { bottom: 0;  left: 0; z-index: 2; }

