body {
  margin: 10px;
  padding: 10px;
  font-family: Verdana, "MS Sans Serif", Geneva, sans-serif;   /* arial, helvetica, sans-serif; */
  font-size: 13px;
  color: black;
  background: white;
}

textarea {
  margin: 1px;
  padding: 1px;
  font-family: Verdana;
  font-size: 13px;
  color: maroon;
  background: #ffffee;
}

pre {
  font-family: Verdana;
  font-size: 13px;
  color: maroon;
  background: #ffffee;
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

TD, P, A, I, OL, UL, LI {
  font-size: 13px;
}

#reg-masthead {
	width: 100%;
}

.masthead {
	/*width: 75%;*/
	height: auto;
	margin: 0 auto;
}

.maintitle {
  font-size: 33px;
}

.headerA {
  font-size: 17px;
}

.headerB {
  font-size: 15px;
}

.largegreen {
  font-size: 17px;
  color: #2f5604;
}

.smallgray {
  font-size: 11px;
  color: gray;
}

.smallfont {
  font-size: 11px;
}

