<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom">
<Document>
<name>mahesh.kml</name>
<StyleMap id="mahesh">
<Pair>
<key>normal</key>
<styleUrl>#mahesh_normal</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#mahesh_hover</styleUrl>
</Pair>
</StyleMap>
<Style id="mahesh_normal">
<IconStyle>
<color>ff1b85ff</color>
<scale>1.2</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/shapes/donut.png</href>
</Icon>
</IconStyle>
<LabelStyle>
<scale>1.2</scale>
</LabelStyle>
</Style>
<Style id="mahesh_hover">
<IconStyle>
<color>ff00dcff</color>
<scale>1.4</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/shapes/donut.png</href>
</Icon>
</IconStyle>
<LabelStyle>
<scale>1.4</scale>
</LabelStyle>
</Style>
<Placemark>
<name>CERI</name>
<description>House 4</description>
<styleUrl>#mahesh</styleUrl>
<Point>
<coordinates>-89.932525,35.123634,0</coordinates>
</Point>
</Placemark>
</Document>
</kml>