body {
 position: relative;
 margin: 0;
 padding: 0px;
 top: 0;
 left: 0;
 height: 100%;
 width: 100%;
}
p, li, b, td, div, span, input, textarea, select, button {
  font-family: verdana, arial, san-serif, helvetica;
  font-size: 8pt;
  line-height: auto;
}
.lg {
  font-family: "trebuchet ms", lucida, verdana, helvetica;
  /* san-serif, verdana, arial, helvetica; */
  font-size: 18pt;
  font-weight: bold;
  color: blue;
}
.dfb {
  color: black;
  background-color: #eee;
  /*  border-top: 1px solid black;
  border-left: 1px solid black; */
  border-bottom: 2px solid black;
  border-right: 2px solid black;
}