body{
background-color:#FFFFFF;
color:#000000;
font-family:Arial, Helvetica, sans-serif;

}
H1 {
  font-weight: bold;
  font-size: 1.8em;
}
P {
  font-size: 0.95em;
  color: black;
}

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


a {
	color: #D60000;
	text-decoration: underline;

}
a:hover {
	color: #990000;
	background-color: #FFF2F2;
}

H3 {
  font-family: "Times New Roman", Times, serif;
  font-size: 1em;
  font-style: italic;
}

SUB {
  font-size: 0.65em;
  vertical-align: sub;
}
.credit {  font-size: 0.7em; color: #666666}
.finf {  font-size: .85em; font-weight: normal}
.headlines {
	font-size: 0.9em;
	font-weight: normal;
	color: #FF0000;
	text-decoration: underline;
}
.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;
}



