BODY { 
  background: white;
  color: black; 
}

P, LI, TABLE, A {
	font-size: 10pt;
	font-family: Arial;
}

H1 { 
	font-size: 10pt;
	font-family: Arial;
	color: black;
	font-style: bold;
	margin-top: 0em; 
	margin-bottom: 0em;
}    

A { text-decoration: none; } 

small { font-size: 8pt; }

a:link { color: blue; }
a:visited { color: blue; } 
a:active { color: blue; }