body{
background-color:#FFFFFF;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:medium;
}
H1 {
  font-weight: bold;
  font-size: 1.8em;
}
P {
  font-size: 0.95em;
  color: black;
}

H2 {
  font-family: "Times New Roman", serif;
  font-size: 1em;
  font-weight: bold;
  color: black;
}

H3 {
  font-family: "Times New Roman", serif;
  font-size: 1em;
  font-weight: lighter;
  color: black;
}

Q {
  font-style: italic;
}

BLOCKQUOTE {
  font-style: italic;
  text-indent: 0cm;
  margin-right: 0cm;
  margin-left: 0cm;
}
.sup {
	vertical-align: super;
	font-size: 0.65em;
}
.sub {
	font-size: 0.65em;
	vertical-align: sub;
}
#date {
	font-size: 0.8em;
	color: #666666;
	width: 150px;
	height: 1em;
	float: right;
	text-align: right;
}


