<polldata>
	<!--The following lines are used to set up your poll-->
	<question>Do you like the photos on this site?</question>
	<answers>
		<a>Yes</a>
		<a>No</a>
		<a>I like cheese</a>
	</answers>
	<phpPath>http://www.nonstopdesign.com/quickpoll/quickPoll.php</phpPath>
	<uniquePollName>Photo Poll</uniquePollName>
	<onlyOneVote>true</onlyOneVote>
	<!--All lines below are for customizing the look of the poll-->
	<!-- The name that appears on the submit button -->
	<submitButtonName>Submit</submitButtonName>
	<!--text that follows the result number-->
	<VoteCountText>votes</VoteCountText>
	<!-- how many decimal places to display on the percentage results -->
	<percentDecimalPlaces>0</percentDecimalPlaces>
	<!-- determines weather or not to display the number of votes for each result -->
	<showVoteCount>true</showVoteCount>
	<!-- determines weather or not the first answer is selected by default -->
	<defaultAnswer>true</defaultAnswer>
	<!--set colors -->
	<baseColor>#000000</baseColor>
	<rollOverColor>#ff0000</rollOverColor>
	<answerColor>#ffffff</answerColor>
	<questionColor>#ffffff</questionColor>
	<resultColor>#ffffff</resultColor>
	<resultNumColor>#ffffff</resultNumColor>
	<buttonColor>#FFFFFF</buttonColor>
	<selectionColor>#ff0000</selectionColor>
	<!--set the font family -->
	<answerFontFamily>Verdana</answerFontFamily>
	<answerFontFamily>Verdana</answerFontFamily>
	<questionFontFamily>Verdana</questionFontFamily>
	<resultFontFamily>Verdana</resultFontFamily>
	<resultNumFontFamily>Verdana</resultNumFontFamily>
	<buttonFontFamily>Verdana</buttonFontFamily>
	<!--set font sizes-->
	<answerFontSize>12</answerFontSize>
	<questionFontSize>12</questionFontSize>
	<resultFontSize>12</resultFontSize>
	<resultNumFontSize>11</resultNumFontSize>
	<buttonFontSize>12</buttonFontSize>
	<!--set fonts to bold? -->
	<answerBold>false</answerBold>
	<questionBold>true</questionBold>
	<resultBold>false</resultBold>
	<resultNumBold>false</resultNumBold>
	<buttonBold>true</buttonBold>
</polldata>