1.0.0 - 2010-09-09 - Skyler Moore
	Initial creation of ContactBuddy.
1.0.1 - 2010-09-13 - Skyler Moore
	Updated the way contactbuddy.css is called
		Updated contactbuddy.php:
			Added "wp_enqueue_style('contactbuddy_css', $this->_pluginURL . "/css/contactbuddy.css");
			       wp_print_styles('contactbuddy_css');" lines 56-57.
			Removed "$return .= '<link rel="stylesheet" href="'.$this->_pluginURL . '/css/contactbuddy.css" type="text/css" media="all" />';" line 166.
1.0.2 - 2010-09-13 - Skyler Moore
	Updated stylesheet to block default list-style for form.
1.0.3 - 2010-09-13 - Skyler Moore
	Fixed bug added in 1.0.1 printing styles incorrectly
		Updated contactbuddy.php:
			Removed "wp_print_styles('contactbuddy_css');" line 57.
1.0.4 - 2010-09-14 - Skyler Moore
	Readjusting css call and adding css tip.
1.0.5 - 2010-09-14 - Skyler Moore
	Adding to contactbuddy.css
		Added "list-style: none !important;" to .contactbuddy-form ul, .contactbuddy-form ul li".
