<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="https://earth.google.com/kml/2.0">
<Document>
    <Style id="yellowLineGreenPoly">
      <LineStyle>
	<color>ff00ffff</color>
        <width>4</width>
      </LineStyle>
      <PolyStyle>
        <color>7f00ff00</color>
      </PolyStyle>
    </Style>
</Document>
</kml>



