body 	{
	font-family:Helvetica,sans-serif;
	font-size:10pt;
	color:gray;
	background-color:black;
}
p,td,th,tr {
	font-family:Helvetica,sans-serif;
	font-size:10pt;
}

h1 {
	font-size:16pt;
	color:white;
}
h2 {
	font-size:14pt;
	color:white;
}
h3 {
	font-size:12pt;
	color:white;
}
a:link	{
	color:gray;
	text-decoration: none;
}
a:visited {
	color:gray;
	text-decoration: none;
}
a:active {
	color:white;
	text-decoration: none;
}
a:hover {
	color:white;
  	text-decoration: underline;
}