h1.con, h2.con, h3.con {
  text-align: center;
}
p.con {
  text-align: left;
  }
.conform {
  border: thin solid #999900;
  padding: 10px;
  margin: 0;
/*  height: 300px;
  width: 400px; */
  text-align: center;
}
.conlist {      /* List of names and also input box descriptions - should be mono font for proper spacing */
  font-family: "Courier New", Courier, mono;
  text-align: left;
}

.conerrmsg {
  font-weight: bold;
  color: #FF0000;
}
.conackmsg {
  font-weight: bold;
}
