<?xml version="1.0" encoding="UTF-8" ?>
<GoogleCustomizations>
    <CustomSearchEngine>
        <Title>University of Waikato Sites</Title>
        <Description>A Google Custom Search Engine that only includes University of Waikato ADT sites</Description>
        <Context>
           <BackgroundLabels>
             <Label name="waikato_sites" mode="FILTER" />
          </BackgroundLabels>
        </Context>
        <LookAndFeel nonprofit="true">
           <!-- light yellow background with orange titles -->
           <Colors url="#FF6600" background="#FFFFFF" border="#FF6600" title="#FF3300" text="#000000" visited="#663399" light="#FF0077"/>
        </LookAndFeel>
    </CustomSearchEngine>


   <!-- You need not include files to add annotations. Adding them inline as shown here will work as well -->
   <Annotations>
   <Annotation about="http://adt.waikato.ac.nz/*">
       <Label name="waikato_sites"/>
   </Annotation>
  </Annotations>

</GoogleCustomizations>
