$('a.tip[href]').qtip({
   content: '<strong>You should click the bird and follow me on Twitter.</strong>',
   position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
   hide: { delay: 500 },
   style: { 
      width: 200,
      padding: 5,
      background: '#fbf7aa',
      color: '#bb9c63',
      textAlign: 'center',
      border: {
         width: 7,
         radius: 5,
         color: '#f8e98e'
      },
      tip: 'bottomMiddle',
      name: 'cream' // Inherit the rest of the attributes from the preset style
   }
});