body {
  margin: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
}
a:link, a:active, a:visited {
  color: blue;
}
a:hover {
  color: red;
  text-decoration: none;
  background-color: #ccc;
}
img {
  border-width: 0;
  vertical-align: top;
}
.dfltt {
  font-family: calibri,'Trebuchet MS',sans-serif;
  font-size: 12pt;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #000000;
}
.dfltc {
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #000000;
}
.lalign {
  position: relative;
  text-align: left;
}
.ralign {
  position: relative;
  text-align: right;
}
.calign {
  position: relative;
  text-align: center;
}
.jalign {
  position: relative;
  text-align: justify;
}
.txt0 {font-size: 12pt;}
.ital {font-style: italic;}
.bold {font-weight: bold;}

.quickbox {
  font: 10pt "Courier New",monospace; 
  border: 1px solid silver;
  background-color: cornsilk; /*#fef094; */
  padding: 3px;
  width: 95%;
  overflow: auto;
}
