    
    def GetValue(self, item, col):
    
        if col == 0 and item == ...:
        
            value = ("<span color=\"#87ceeb\">light</span> and "
                     "<span color=\"#000080\">dark</span> blue")
        
        return value
