body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.headline {
	font-size: 14pt;
	font-weight: normal;
	color: #0066CC;
}
a:link {
	text-decoration: none;
	color: #9900CC;  // light orange
}
a:visited {
	text-decoration: none;
	color: #9966FF;  // dark orange
}
a:hover {
	text-decoration: none;
	color: #0099CC;  // light green
}
a:active {
	text-decoration: none;
	color: #006600;  // yellow
}

</style>
