<?xml version='1.0' encoding='UTF-8' ?>
<GoogleCustomizations>
    <CustomSearchEngine>
        <Title>Google Search this site</Title>
        <Description>A Google Custom Search Engine that only indexes your site - only supports this site</Description>
        <Context>
           <BackgroundLabels>
             <Label name='site-name' mode='FILTER' />
          </BackgroundLabels>

        </Context>
        <LookAndFeel nonprofit='true'>
           <!-- In the spirit of solar, this search engine has a yellow background with orange titles -->
           <Colors url='green' background='white' border='grey' title='black' text='#000000' visited='#663399' light='#FF0077'/>
        </LookAndFeel>
    </CustomSearchEngine>

   <!-- The Annotations section. This example illustrates the 3 different ways of specifying annotations -->

    <!-- Link to a XML annotations files -->


   <!-- You need not include files to add annotations. Adding them inline as shown here will work as well -->
   <Annotations>
     <Annotation about='http://www.orp.ie/*'>
     <Label name='site-name'/>
     </Annotation>
  </Annotations>

</GoogleCustomizations>
 
