body {
  font-family: Arial, verdana, sans-serif;
	font-size: 16px;
  color: #000000;
	background-color: #ffcc99;
}
#textcontent {
  margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2em;
	}
#textcontent h1 {
  text-align: center;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 32px;
}
#textcontent h2 {
  text-align: center;
	font-weight: bold;
    font-variant: small-caps;
    font-size: 20px;
    margin-bottom: -1em;
  }
#textcontent h3 {
  text-align: center;
    font-weight: normal;
    text-decoration: underline;
    font-variant: small-caps;
    font-size: 16px;
    margin-bottom: -1em;
}
#textcontent p {
  text-align: justify;
}
#pubtable {              /* ==== formatting for the Publications Index table ==== */
  font-size: 14px;
	border: solid black 0px;
	width: 95%;
	border-collapse: collapse;
	padding: 2px;
}
#pubtable td {
  border: solid black 0px;
	padding: 2px;
	vertical-align: top;
}		
.redtext {
  color: red;
	font-weight: bold;
	margin-bottom: 0em;
}
.specquote {
  margin-top: -20px;
	margin-left: 1em;
}
.pcenter {
  text-align: center;
}
.pindent {
  text-indent: 1em;
  text-align: justify;
  margin-top: -1em;
}	
