div {
  z-index:0;
  display:block;
  position:absolute;
}
div.one {
  z-index:1;
  border:10px inset red;
  text-align:center;
  vertical-align:bottom;
  top:0px;
}
div.two {
 z-index:2;
 text-align:bottom;
 top:70px;
 left:382px;
}
.overunderline {
  text-decoration: underline overline;
  font-family:Arial, sans-serif;
  font-size:24pt;
  font-weight:bold;
  font-style:normal;
  color:yellow;
}
.redt {
  color:red;
  font-family:arial, poster regular;
  font-weight:bold;
  font-style:normal;
  font-size:14pt;
}
.whtt {
  color:white;
  font-family:arial, poster regular;
  font-weight:bold;
  font-style:normal;
  font-size:12pt;
}
.whtti {
  color:white;
  font-family:arial, poster regular;
  font-weight:bold;
  font-style:italic;
  font-size:12pt;
}
.blkt {
  color:black;
  font-family:arial, poster regular;
  font-weight:bold;
  font-style:italic;
  font-size:12pt;
}
.lblut {
  color:#C0FFFF;
  font-style:normal;
  font-weight:bold;
  font-family:arial,poster regular;
  font-size:12pt;
  text-align:left;
}
.blut {
  color:#0000C0;
  font-style:normal;
  font-family:arial, poster regular;
  font-size:12pt;
  text-align:left;
}
.bblut {
  color:#0000C0;
  font-style:italic;
  font-family:arial, poster regular;
  font-size:14pt;
  text-align:left;
}
