<?xml version="1.0" encoding="UTF-8"?>
<StyledLayerDescriptorParams xmlns="http://www.opengis.net/sld" xmlns:ogc="http://www.opengis.net/ogc" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:gml="http://www.opengis.net/gml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0.0">
    <Font>
        <CssParameter name="font-family">verdana</CssParameter>
        <!--&lt;CssParameter name="font-style"&gt;italic&lt;/CssParameter&gt;-->
        <CssParameter name="font-size">4</CssParameter>
    </Font>
    <LabelPlacement>
        <PointPlacement>
            <AnchorPoint>
                <AnchorPointX>1.0</AnchorPointX>
                <AnchorPointY>0.5</AnchorPointY>
            </AnchorPoint>
            <Displacement>
                <DisplacementX>5</DisplacementX>
                <DisplacementY>0</DisplacementY>
            </Displacement>
        </PointPlacement>
    </LabelPlacement>
    <Fill>
        <CssParameter name="fill">#000000</CssParameter>
    </Fill>
</StyledLayerDescriptorParams>