.dispnone{
  display: none;
}

.dispshow{
}


.updateok{
 color: green;
 font-weight:bold;
}

.errupdate{
 color: red;
 font-weight:bold;
}

.tdhead{
 font-weight: bold;
 color: red;
 font-family: courier;
 font-size:80%;
}

.tddata{
 font-family: courier;
 font-size:80%;
}

.querylbl{
 font-weight: bold;
  
}

.querydisp{
 font-style: italic;  
 color: green;
}

.rowout{
 font-style: italic;  
 color: blue;
}


.header{
  font-weight:bold;
  font-size:170%;
}

.tblname{
  font-weight:bold;
  font-size:120%;
  color: green;
  text-transform: capitalize;
  
}