
function HalHeader()
{
   document.write("<body bgcolor=#ffffff text=BLACK link=blue background=../g1.gif>");				// write header out first
	 document.write("<center><font size=+2 face=Arial color=Purple>");
	 document.write("The <i><font color=RED>Holland </font>");
   document.write("<font color=WHITE>America </font>");
	 document.write("<font color=BLUE>Line</font></i>");
	 document.write(" Postcard Collector's Reference Library");
	 document.write("<p></font>");
};