I am trying to write a FORTRAN program to create KML files to open with Google Earth. When I use standard output to a create KML file, the text output begins in the second column. Google Earth requires that the first line of the KML file begin in the first column or it returns an error. How to I...