<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.2" hint="target=sky">
<Document>
  <name>mymark.kml</name>
  <StyleMap id="msn_ylw-pushpin">
    <Pair>
      <key>normal</key>
      <styleUrl>#sn_ylw-pushpin</styleUrl>
    </Pair>
    <Pair>
      <key>highlight</key>
      <styleUrl>#sh_ylw-pushpin</styleUrl>
    </Pair>
  </StyleMap>
  <Style id="sn_ylw-pushpin">
    <IconStyle>
      <scale>1.1</scale>
      <Icon>
        <href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
      </Icon>
      <hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
    </IconStyle>
    <ListStyle>
    </ListStyle>
  </Style>
  <Style id="sh_ylw-pushpin">
    <IconStyle>
      <scale>1.3</scale>
      <Icon>
        <href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
      </Icon>
      <hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
    </IconStyle>
    <ListStyle>
    </ListStyle>
    <BalloonStyle>
    <text><![CDATA[
      <b>NAME:</b> $[name]<br>
      <font color="red">Following is the description:</font><br>
      $[description]
      ]]>
    </text>
    </BalloonStyle>
  </Style>
  <Placemark>
    <name>My Placemark</name>
    <description><![CDATA[Here is a description of my placemark.  I can include <a href="http://en.wikipedia.org/wiki/HTML">HTML</a>, if I want.]]></description>
    <LookAt>
      <longitude>-19.99352634474181</longitude>
      <latitude>13.1579726526353</latitude>
      <altitude>0</altitude>
      <range>7287.773774440994</range>
      <tilt>0</tilt>
      <heading>360.0000000000001</heading>
    </LookAt>
    <styleUrl>#msn_ylw-pushpin</styleUrl>
    <Point>
      <coordinates>-19.99352634474181,13.1579726526353,0</coordinates>
    </Point>
  </Placemark>
</Document>
</kml>
