body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
body {
	background-color: #000000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
.headline {
	font-size: 16pt;
	font-weight: bold;
	color: #330099;
}
a:link {
	text-decoration: none;
	color: #000099;  // dark blue
}
a:visited {
	text-decoration: none;
	color: #3945F7;  // blue
}
a:hover {
	text-decoration: none;
	color: #66FF00;  // lime green
}
a:active {
	text-decoration: none;
	color: #ffff00;  // yellow
}
