BODY, P, {
font-size: 1em;
font-family:  Arial, sans-serif;
}
p.head {
	font-weight:bold;
}
/*Major sub headings in newsletter*/
.booktitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #336699;
	font-weight: bold;
}
.supertitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: red;
	font-weight: bold;
	text-align:center;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #336699;
	font-weight: bold;
}
/*Sub-headings in newswletter*/
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: black;
	font-weight: bold;
}
.question {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: 12px;
	margin-top: 1em;
}
.answer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: 12px;
	margin-bottom: 2em;
}
/*For use in the TABLE toc at top of newsletter*/
P.toc {
	text-align: center;
	font-weight:bold;
}
/*Young Investigator Awards*/
P.award-head {
	font-weight: bold;
	margin-top: 1em;
	color:blue
}
P.award {
	margin-left: 5%
}
.text-indent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: 12px;
	margin-left : 5%;
}
div.picture {
	float: right;
	width: 25%;
	margin: 0.5em;
	padding: 0.5em;
}
div.figure p {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
}
P.picture {
	text-align: center
}
P.byline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14px;
}
p.author {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
}
ul.toc {
	list-style-type: none;
}
.style1 {
	color: #336699
}
A:link {
	color: blue;
	background: transparent;
	text-decoration: none
}
A:visited {
	color: purple;
	background: transparent;
	text-decoration: none
}
A:active {
	color: red;
	background: transparent;
	text-decoration: none
}
A:hover {
	text-decoration: underline;
	color : green;
	background: transparent;
}
a.text {
	text-decoration: underline;
}
TH, TD {
	vertical-align: top
}
TD.odd {
	background:  #BBBBBB
}
TD.even {
	background:  #FFFFFF
}
DT {
	font-weight: bold;
	margin-top: 1em
}
EM {
	font-weight: bold;
	font-style: italic;
	color:red;
}
STRONG {
	font-weight: bold;
	color : blue
}
